Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Which layer do functions like: caching and logging belong?

Winforms MVP with multiple views and one presenter

pattern for implementing undo/redo in clojure

Android: Single activity, multiple views

android design-patterns

Preferred (or recommended) way to store large amounts of simulation configurations, runs values and final results

Is the MVVM Pattern an Architectural or an Design pattern?

REGEXP_LIKE conversion in SQL Server T-SQL

Refactoring long if - else if - else with common objects

c# design-patterns

implement a "task based" program in Java without the use of a clock

Is there a better way to do dependency injection in Swift than this ?

What is a Factory in OOP

oop design-patterns factory

Design patterns - How to enforce object attributes only in some situations (Builder pattern, Dependency Injection)

PHP Singleton design pattern inheritance error

Factory Pattern, selecting by Property

c# design-patterns factory

OO Design: inheritance vs type (enum) variable

Event sourcing pattern: why mustn't I store current state?

How to implement Decorator pattern in Spring Boot

Avoid circular reference in domain model

Design patterns to reduce coupling in Swing application

Should view logic go in a UIView or (when applicable) its UIViewController?