Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Mercurial: Forget files of a certain extension

mercurial design-patterns

Suggest a pattern or architecture for software license registration and validation mechanism

Turn asynchronous calls into synchronous

What design pattern to use for validating data and creating an object

c# java design-patterns

How flexible should you make your classes?

Constructor injection (DI) vs. static factories for cross cutting concerns?

Duck example strategy pattern - Head first design pattern

java php design-patterns

How to design a class that is constant after initialization and exists only once in my whole program

c++ design-patterns static

Design pattern for command line software with multiple functionalities

design-patterns

Designing loosely coupled components in .NET - Provider Pattern [closed]

.net design-patterns

Is this an anti-pattern?

Is this a common design pattern? "Descriptor pattern"?

java design-patterns

What is the best approach to generalize and aggregate XML dumps in C#?

C#, is it okay to use nested classes for logical structure?

c# design-patterns

Avoiding static variables with Singleton

Sealing a class

c# design-patterns

How can I call a sequence of functions until the return value meets some condition?

python design-patterns

Design pattern to transform one type of data to another

design-patterns

C++ zero-cost abstraction for SoA/AoS memory layouts

What is the pattern called where you override the values of an existing record but keep the values you didn't override?

design-patterns