Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What is the difference between Memento and Command design pattern?

Is it bad form to override the "dot" operator in Python?

Don't static members make classes kind of (global) objects themselves?

How Can I Keep The 'GUI' Layer Out Of The 'Business Logic' Layer?

Is there an example of the Builder Pattern in the .NET BCL?

.net design-patterns

Design Pattern rich code base? [closed]

Whether to model a car object (and its parts such as engine) with has-a (composition) or is-a (inheritance)?

Java Design Pattern - Business Delegate

java design-patterns

How can I switch easily between an Ajax-based website and a basic HTML website?

can an observer observe multiple observables?

What is the best practice for unit testing private methods in .NET?

using createPattern() with a canvas

How can I secure myself from updating another object over current object by mistake?

c# java .net design-patterns

Best way to add items to ReadOnlyCollection<T> internally (within the same assembly)?

Implement interface methods that do nothing

new class instance vs Singleton class vs static method

design-patterns

Design pattern to "toString" a third party object

java design-patterns

effective java builder idiom equivalent in c++?

java c++ design-patterns

Good style to call advanced constructor from unparametrized constructor?

C# .NET Design Pattern issue

c# .net design-patterns