Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Advantages of Java's enum over the old "Typesafe Enum" pattern?

What's a good threadsafe singleton generic template pattern in C#

c# design-patterns

Simple Dependency Resolver

How is OOP and Design Patterns related? [closed]

design-patterns oop

Sharing data amongst activities and services

android design-patterns

pimpl idiom vs. bridge design pattern

c++ design-patterns

Locking strategies and techniques for preventing deadlocks in code

which GOF Design pattern(s) has entirely different implementation (java vs Scala)

scala design-patterns

Initializing a class with Class.forName() and which have a constructor which takes arguments

Best practice for constant string for implementations to use

How to implement serialization in C++

MVVM where to put Data Access Layer?

c# design-patterns mvvm

when do we need Adapter pattern?

design-patterns adapter

C# producer/consumer

Understanding Adapter Pattern

c# design-patterns adapter

Yeah.. I know.. I'm a simpleton.. So what's a Singleton?

design-patterns singleton

Is dependency injection just another name for the strategy pattern? [duplicate]

C# - Object Composition - Removing Boilerplate Code

How to create a singleton class

Abstract class extends concrete class

java design-patterns