Skip to content

Common solutions to common design problems. Design patterns(in Java, JS)

Notifications You must be signed in to change notification settings

nikasakandelidze/Design-Patterns-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"