Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Should I put if(variable < 10) in own method? [closed]

Should you use the AtomicReference for the Singleton Pattern?

Session Façade in a Client-Server Application [closed]

Design pattern for aggregation/gathering from different sources

c# oop design-patterns

JSP/javabean/servlet MVC

Which design pattern suits this situation?

php oop design-patterns

What is the recommended approach to providing user notifications / confirmations in MVC?

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