Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How can the proxy pattern be used to replace a singleton?

Should a model method call 'save' itself?

How to apply composition in android MVP?

Overriding virtual boolean pure method without LSP breaking

It is better to have a caching mechanism inside or outside of a Factory class?

Adding REST behavior to a class with flask, case for blueprints?

Best Practices For Heavy Computations in Javascript?

Cache invalidation in ReactiveCocoa

Symfony - How to access entity's repository

What are the differences between the Builder, Factory Method, and Abstract Factory patterns?

.net design-patterns

What are the known "gotchas" with regards to the Chain of Responsibilty pattern?

GUI as a finite state machine

Architecture: Modifying the model in different ways

What is the best place to call web services in iOS application with MVVMC architecture?

DTO conveter pattern in Spring Boot

Pros and cons of having static repositories in ASP.NET MVC application

Business rules that are valid for specific time span – how to manage in an orderly manner

Leader/Follower vs work queue

Why does Scanner implement Iterator<String>?

Encapsulating an algorithm into a class