Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Examples of singleton classes in the Java APIs

java design-patterns

Is DTO plus UnitOfWork pattern a good approach to design a DAL for a web application?

What is this design pattern known as in JavaScript/jQuery?

Is it ok to initialize exports asynchronously in a node.js module?

How can you force Unity to Create a new instance?

Calling chains methods with intermediate results

python design-patterns

Isn't polymorphism just a side effect of inheritance?

Does getInstance() denote a singleton according the singleton pattern?

java design-patterns

Visitor pattern implementation in case of source code un-availability

Some Questions about structuring domain-driven-design namespaces

Xml repository implementation

How does an implementation of Table Data Gateway differs from Active Record?

ReactiveCocoa sequencing with async network requests

Is that RESTful to limit resource's field visibility per authenticated user Role?

Why is .NET ObservableCollection<T> implemented as a class and not an interface?

Is there a way to replace an if-elsif-else in Perl with something better?

C#, patterns - many conditions

Pythonic way to have a function return value in proper units

Getting Spring Application context from a non bean object without using Singleton

Anyone have thoughts on using the Blackboard Pattern in this way?

c# .net design-patterns oop