Design-Patterns icon indicating copy to clipboard operation
Design-Patterns copied to clipboard

Project for learning and discuss about design patterns

Results 25 Design-Patterns issues
Sort by recently updated
recently updated
newest added

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...

OOP

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...

enhancement
OOP

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....

enhancement
OOP

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...

discuss
OOP

We don't need to make this one if you don't want. I think it is not useful enough nor famous.

OOP