Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Why prefer implicit val over implicit object

Refactoring from ActiveRecord to DataMapper

Should a user interface be implemented using the Singleton design pattern?

design-patterns oop

How should an object using the state pattern be transitioned to the next state?

Does the Strategy Pattern violate the Single Responsibility Principle?

Fear of using a Dependency Injection framework

Programming pattern / architectural question

main objective of using factory pattern?

java design-patterns

Is REST mandatory for MVC?

How to implement "drag n drop" user interface on website?

Inject different repository depending on a querystring / derive controller and inject the repository depending on the controller type / ASP.NET MVC

Why grouping Design pattern in three parts?

Performance difference between Iterator Class and foreach construct

Clarification in dealing with collections with the repository pattern

Multi-agent system in C++ code design

MVVM Light and Undo / Redo?

Should I care that passing in a class representation of an XML settings file violates the law of demeter?

What are the best practices for preventing SQL creep?

Design choices for integrating license handling

c# .net design-patterns

Singleton pattern using its methods in different threads