Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Same class implement, just only different parent, how to deal with this?

c# .net design-patterns

Creating a modular and organized javascript heavy website

Should the program logic reside inside the gui object class or be external to the class?

When to choose Strategy over polymorphism when refactoring switch statement

.net default event handler

c# .net design-patterns

Why use Singleton Pattern?

Design pattern suggestions for syncing multiple-user data in an online game in real-time

Techniques to expose multiple Interfaces (via static creation methods)

Interface for Application Settings

Command pattern and asynchronous operations handling in C#

Class design for system which is hierarchical, but not neatly so

c# design-patterns .net-4.0

How should I approach wrapping the Composite pattern into the Builder pattern?

Is it possible to have too many methods in terms of stack size and possible overflow?

Calling update method vs having a setInterval

Object Oriented Design - Convert C Application to C++

c++ c oop design-patterns

What is this pattern/algo called? Getting a random order of subscribers to an event that only one can react to at a time

Is it a good practice to handle Authentication/Authorization errors using exceptions?

What Design Pattern is separating transform converters

java design-patterns

How to memset() memory to a certain pattern instead of a single byte?

Design pattern to use instead of multiple inheritance