Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Singleton in Conjunction with the Factory Pattern in PHP5

Is there a better design pattern/method to use?

c++ xml design-patterns

Composite + Chain of Responsibility example

What is the best-practice way to use LINQ to SQL in a C# application? [Design-pattern]

Several C++ classes need to use the same static method with a different implementation

c++ design-patterns

The difference between a bridge and an interface

design-patterns

Undo Redo in WPF/C# in an already functional application

Is modeling a database model a good approach for designing complex and large enterprise application?

What is the recommended practice for writing procedures with re-usable code?

Concurrent access of Singleton in java

Categories or Partial Classes: Pattern to Resolve "God Object" Code Smell?

Drupal 7: Pathauto hierarchical taxonomy terms pattern

Why play framework simply throw a new Render in controller class

What design pattern am I using?

design-patterns

Error in Implementing singleton pattern

How can I make an object available to all classes in my project without including it as a field?

java design-patterns

Using Service layer classes in ViewModels. A Design Flaw?

Can't create instance of class in Java: "X() has private access in X"

Reflection in Factory a Good Practice?

c# design-patterns factory

Sorting Algorithms - Methods