排序
Observer com PropertyChangeListener
Observer com PropertyChangeListener, Um pouco do padrão Esse padrão é simples, usado para comunicação entre objetos, o principal objetivo está em definir como notificaremos v...
[en-US] Polymorphic Data: an attempt to convince you to adopt a new design pattern
[en-US] Polymorphic Data: an attempt to convince you to adopt a new design pattern,should you want to skip directly to the code, here is the Github repository … after all, you nev...
Decode Bridge Pattern
Decode Bridge Pattern, Structural Patterns (2 Part Series) 1 Decode Adapter Pattern 2 Decode Bridge Pattern When to use When run-time binding of the implementation is required. To ...
Decode Adapter Pattern
Decode Adapter Pattern, Structural Patterns (2 Part Series) 1 Decode Adapter Pattern 2 Decode Bridge Pattern When to use To wrap an existing class with a new interface. To perform ...
Decode Singleton Pattern
Decode Singleton Pattern, Creational Patterns (5 Part Series) 1 Decode Abstract Factory Design Pattern 2 Decode Builder Design Pattern 3 Decode Factory Pattern 4 Decode Prototype P...
Pass the logger
Pass the logger,I call this the Logger design pattern :) We are lucky to have a Logger API (slf4J) which allows us to choose implementation as we see fit, I specifically like loggb...
Visitor Pattern
Visitor Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Strategy Pattern 6 ...
Memento Pattern
Memento Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Strategy Pattern 6 ...
Mediator Pattern
Mediator Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Strategy Pattern 6...
Builder-like object creation without a Builder
Builder-like object creation without a Builder,Writing understandable code is one of the most important aspects, especially when working in a team. In this article, I want to show ...
Interpreter Pattern
Interpreter Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Strategy Patter...
Chain of Responsibility Pattern
Chain of Responsibility Pattern, Design Patterns (24 Part Series) 1 Main Design Patterns 2 Abstract Factory Pattern ... 20 more parts... 3 Adapter Pattern 4 Decorator Pattern 5 Str...