style: dprint fmt

main
simonsan 2 weeks ago committed by GitHub
parent 1030dd2699
commit 3719748cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,11 +24,10 @@
## [CRP (Composite Reuse Principle) or Composition over inheritance](https://en.wikipedia.org/wiki/Composition_over_inheritance)
“a the principle that classes should favor polymorphic behavior
and code reuse by their composition (by containing instances of
other classes that implement the desired functionality) over inheritance
from a base or parent class” - Knoernschild, Kirk (2002). Java Design -
Objects, UML, and Process
“a the principle that classes should favor polymorphic behavior and code reuse
by their composition (by containing instances of other classes that implement
the desired functionality) over inheritance from a base or parent class” -
Knoernschild, Kirk (2002). Java Design - Objects, UML, and Process
## [DRY (Dont Repeat Yourself)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)

Loading…
Cancel
Save