Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to separate Business logic and metrics log?

java spring design-patterns

Is exporting a function just for testing considered a bad practice?

How to use Lombok @SuperBuilder on Abstract classes with final fields

How do I resolve this Angular 7 "Circular dependency detected" warning

Implementing RAII on a folder iteration

Passing the context around in a C# class library, looking for an "easy" way without using static