Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Right way to prevent subclass instantiation without calling a desired initialisation method?

Using Composition and Implementation in State Design Pattern

How to initialize a class with many constructor arguments?

OO way to pass a function to a class

c++ oop design-patterns

Private constructor in Singleton pattern

Should Threads be avoided if at all possible inside software components?

Is having a global Config class a bad thing?

Good algorithm for generating call graphs?

Is it a code smell if an object knows a lot of its owner? [closed]

delphi design-patterns

Design Pattern for XML Based Project Files in C#

Which design pattern to apply

java design-patterns

Application Layer vs UI

oop design-patterns

Understanding Inheritance

Creating instances of revealing module pattern

What is the purpose of protocols if all methods are optional?

Design Pattern in Java, Which are best OpenSource projects to study their applications? [closed]

java design-patterns

When is a "Try" method preferred over a "null" result?

.net design-patterns

C++ example of implementation composite and visitor pattern together

c++ design-patterns

Onion Architecture should we inject domain models into the presentation layer?

"Observer-Pattern" in C++ using Smart Pointer ? [closed]