Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design Pattern to Avoid Abstract Static Methods (or Overriding a Static Method)

Service Layer & Web API Service Layer?

Method Refactor: from many kwargs to one arg-object

Can the Visitor Pattern take additional parameters

Dot pattern with html canvas

Why do we have *Adapter classes in Spring Java Configuration when they are not Adapters in the general sense

What's the proper PowerShell verb/pattern for get-or-create?

What is the difference between Strategy and Factory design pattern?

design-patterns

CQRS Query handler with no parameter

DDD: Can an Aggregate Root be an Entity within another Aggregate Root?

Cache handling with RXJava

Choose which subclass to extend from at runtime in java

Code refactoring with existing classes in C++

c++ oop design-patterns

What design/pattern to use for a Client application using multiple providers?

How to implement a configurable singleton?

Confused about strategy design pattern

Singletons In Swift

How do I save data from multiple services in angular 2 across an entire application?

Should serialization logic be in the entity or other class

Design to avoid type casting in derived classes?

c# .net design-patterns