Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

The suitable way for avoiding static method (in Util class maybe) which use for updating UI

Using interfaces for ViewModels?

CompletableFuture: proper way to run a list of futures, wait for result and handle exception

Merging duplicate code that use different objects

Is Factory method pattern a specialized case of Template method pattern?

Design pattern to customize possible statuses of a Character in a game

java oop design-patterns

Never produce to an unknown pathway, in software too? [Toyota principle] [closed]

Applying Unit Of Work pattern

Null vs Value Not Set

Design Patterns [duplicate]

design-patterns

How can I completely separate my Business and Data Layers?

c# design-patterns

Dependecy Injection: How To Overcome Cyclic Dependencies

StockTrader RI > Controllers, Presenters, WTF?

wpf design-patterns prism

Circular import issues with Django apps that have dependencies on each other

Designing a class in such a way that it doesn't become a "God object"

.Net - Whats the difference between a Session Facade and Business Delegate?

.net design-patterns com+

Abstract Factory design pattern to create objects? Why can’t we just use the new operator?

c# design-patterns

What are the differences between Active Record and Repository pattern?

Do you know a good book/website about structuring your codes (PHP/ Web programming) [closed]

php design-patterns

Using Generics in a non-collection-like Class