Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

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

Is it ok to dynamic cast "this" as a return value?

Is it okay when a base class has only one derived class?

c++ oop design-patterns

Rule / validation design pattern

c# design-patterns

C++ Singleton usage: compiler complains about private constructor

Can a Ruby module be described as a singleton class?

ruby design-patterns module

How to create a Class with multiple constructors that use the same parameter type

Design Pattern to replace a method with many parameters [duplicate]

Is this design using dynamic okay?

Difference between Abstract factory and builder?

What's wrong when not using singleton pattern

Pluggable Adapter as mentioned in the GOF

Reading source code [closed]