Category: Category: design-patterns
Design Patterns – State
State is a behaviour pattern. We need to look this pattern when: We have a object that changes its […]
Read More →Design Patterns – Singleton
Singleton is a creational design pattern. Idea: We want to have some classes that should have EXACTLY ONE INSTANCE. […]
Read More →