Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to implement a generic RepositoryFactory?

What is 'composite pattern'?

Is there any reason for an object pool to not be treated as a singleton?

What sample application demonstrates best practices for MVC structure in a Google App Engine/Python app?

Unit of Work pattern - managing parent child relationships

How is java.io.Serializable the Memento pattern?

Is there a design pattern for merging duplicate database records?

How can plugin systems be designed so they don't waste so many resources?

Why not have StringBuilder and StringBuffer implement a common interface? [closed]

Design pattern for dynamic C# object

c# design-patterns

Why Object is made static in Singleton pattern?

java design-patterns

What is the motivation of C# ExpressionVisitor's implementation?

Does Singleton violate the single responsibility principle?

SOLID Principle In Laravel with Repository Pattern

What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?

Long-running callback contract via WCF duplex channel - alternative design patterns?

"AsyncFuture<T>" or what? Future<T> obtained in a background thread -- is it a pattern?

Repository pattern with lazying loading using POCO

Implementing search functionality with multiple optional parameters against database table

What design pattern is Codeigniter using?