Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Is there a specific term for the Builder pattern where each method returns `this`?

design-patterns

Polymorphism design question

PHP Registry Pattern

php oop design-patterns

How does heroku store its authentication on its command-line app?

What is the difference between a Controller and a Facade?

MVC design pattern. How does View fit it?

Check if last getter in method chain is not null

java design-patterns

Should the renderingThread of a SurfaceView have the same life-cycle as the view or the activity?

General purpose immutable classes in C#

Using explicit interfaces to ensure programming against an interface

Model-View-Controller Pros and Cons [closed]

Is this how the Factory Pattern works?

Create new object with Builder pattern with "old" object reference

When should I create a new controller class in ASP.NET MVC?

Is a "master preferences" class a good idea?

java design-patterns

How to create a method parameter object with ReSharper in a few seconds?

Domain Objects and Value Objects - are they equal?

Mocking System.Web.Caching.Cache - Mock or check for null?

Command pattern - why encapsulate in an object?

Why is Angular called MV* framework