Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design Pattern for dealing with a complex conditional evaluation

Decorator Pattern design

use java.util.function.Function to implement Factory Design Pattern

java design-patterns

Using wildcards (*) in REST API resource name

rest api design-patterns

Is it a natural design pattern to use closures and dynamically defined functions in Python?

Logger in Clean Architecture

How to avoid duplicated if statements

java design-patterns

Are there any good J2EE value list handler pattern implementations?

Is there a standard 3rd party Python caching class?

python design-patterns

C# Factory Pattern

In Presenter First, why is SubscribeSomeEvent method on an interface preferred to plain old events?

Is there a data storage pattern similar to mipmaps in graphics?

abstract method signature, inheritance, and "Do" naming convention

when to use the abstract factory pattern?

Locking an android phone (lock pattern or similar)

Will the Factory Pattern solve my problem?

c# design-patterns

Ways to handling huge transactions on any database?

Factory with switch over enum that instantiates templates

DRY singleton classes in rails service

Using inheritance and polymorphism to solve a common game problem