You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a workshop, piecies of code, mainly concentrated about object oriented design patterns.
What are Design Patterns ?
"In software engineering, a software design pattern is a general, reusable solution/template to a commonly occurring problem within a given context in software design"
Design Patterns Discussed here:
- Creational
- Behavoiural
- Structural
- Concurrency ( custom )
Main inspiration/resource
"Design Patterns: Elements of Reusable Object-Oriented Software"