Design Patterns

Understanding Design Patterns

Technologies: 

"In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into source or machine code."

As an effort towards learning and documenting key findings, I will be sharing the design concepts as I move on:

Strategy Pattern: Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it.