aleeusgr / gimbalabs-dandelion-pbl

Test Driven Development of dApps on Cardano
MIT License
1 stars 1 forks source link

Design Patterns #25

Closed aleeusgr closed 11 months ago

aleeusgr commented 1 year ago

https://refactoring.guru/design-patterns

aleeusgr commented 1 year ago

Creational patterns provide object creation mechanisms that increase flexibility and reuse of existing code.

Structural patterns explain how to assemble objects and classes into larger structures, while keeping these structures flexible and efficient.

Behavioral patterns take care of effective communication and the assignment of responsibilities between objects.

https://refactoring.guru/design-patterns/classification

aleeusgr commented 1 year ago

https://refactoring.guru/design-patterns/criticism