Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Does Android UI development lend itself well to a particiular design pattern?

Is there a pattern for this?

design-patterns

Is there a specific term for the Builder pattern where each method returns `this`?

design-patterns

Polymorphism design question

PHP Registry Pattern

php oop design-patterns

How does heroku store its authentication on its command-line app?

What is the difference between a Controller and a Facade?

MVC design pattern. How does View fit it?

Check if last getter in method chain is not null

java design-patterns

Should the renderingThread of a SurfaceView have the same life-cycle as the view or the activity?

General purpose immutable classes in C#

Using explicit interfaces to ensure programming against an interface