Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Synchronizing two state machines

ASP.NET MVC - Sharing Session State Between Controllers

High-Level Design Patterns or Not Reinventing The Wheel

Any suggestion for doing an arbitrary operation using given arguments of arbitrary types?