Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 584 Bytes

Design patterns Workshop

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"