Design-Patterns
Design-Patterns copied to clipboard
Project for learning and discuss about design patterns
Flyweight
Edit by @tonilopezmr: Solved #19 Implemented flyweight pattern. Maybe you are thinking... why are you merging with state branch??? This is because the great @tonilopezmr said that Flyweight can be...
Here's another example of observer pattern. In this case, the goal is to notify players in a game of roulette of changes in the category picked after the wheel has...
You can notify for all observers but some observers can subscribed and unsuscribed in any moment, this is very common in Android because Screens are subscribed and unsuscribed every time....
Solve #44 We need to discuss if this is really a template because I am not convinced. I doubt because in this case nothing should change in concrete templates, they...
We don't need to make this one if you don't want. I think it is not useful enough nor famous.