Understanding Design Patterns
"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.