Skip to content

ra28/Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Patterns

  • The Strategy pattern defines family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it. ( Parts that are prone to change are separated, you can easily add new duck or new behavior without changing a whole concept, every duck can have separated behavior, without composition and with inheritance, all ducks should implement all methods - lot of code). )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages