Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Is Redux store middleware an example of the Chain of Responsibility design pattern?

Why should I use __new__ instead of __init__ in this example?

python design-patterns

singletons in cocoa, are they evil?

J2EE Design Pattern - Dispatcher View & Service to Worker

Is this a good pattern for annotation processing?

Sharing code between UITableViewCell and UICollectionViewCell

Interface to interface association in the book Head First Design Patterns

Simplest approach for applying the MVP pattern on a Desktop (WinForms) and Web (ASP.NET) solution

Fixed one thing, broke something else. What is the name of the pattern?

Java 8: Pass object's method & its arguments as parameter

Selecting with Cases

Generic DAO pattern in Hibernate

CQS Design Principle Problem: Implementing a Queue

Is there a better/cleaner way to conditionally create a type than using instanceof? [Java]