Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Design pattern for extending Android's activities?

android design-patterns

How do you code up a pattern matching code block in scala?

Are there any libraries for parsing "number expressions" like 1,2-9,33- in Java