style: dprint fmt

main
simonsan 4 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) ## [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 “a the principle that classes should favor polymorphic behavior and code reuse
and code reuse by their composition (by containing instances of by their composition (by containing instances of other classes that implement
other classes that implement the desired functionality) over inheritance the desired functionality) over inheritance from a base or parent class” -
from a base or parent class” - Knoernschild, Kirk (2002). Java Design - Knoernschild, Kirk (2002). Java Design - Objects, UML, and Process
Objects, UML, and Process
## [DRY (Dont Repeat Yourself)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) ## [DRY (Dont Repeat Yourself)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)

Loading…
Cancel
Save