Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design pattern to avoid switch-case on types during transformation/translation

design-patterns

Poltergeist antipattern example

Advice wanted on a complex structure in java (DAO and Service Layer linking/coupling)

What are the disadvantages of the Canonical Data Model?

Have you ever heard "Position" design pattern?

Pattern for continuous rule matching

sql design-patterns

How to uniformly implement two-way conversion without code repetition?

Design patterns - Data to object

Why we need Caretaker class in Memento Pattern? Is it really so important?

How to avoid clashing PHP traits used for dependency injection

Is the Factory Method Pattern more flexible than Simple Factory?

Strategy pattern in Akka

scala design-patterns akka

Design Pattern or Accepted Solutions for Avoiding Switching on Types

Logic inside BuilderPattern

java design-patterns

Is running a query from a command a violation of Command-Query Separation?

Design pattern for saving entities into database

How to avoid cross-checks

c# design-patterns

trying to make sense of abstract factory pattern in Python

Using templates instead of bridge pattern in C++

How to implement the template method design pattern in Kotlin?

java design-patterns kotlin