Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Refactor method in Java: What pattern should I apply?

Should we use WeakReference in Observer Pattern? [duplicate]

java design-patterns

Why Javascript Singleton is written like this?

MVP design pattern best practice [closed]

java c# oop design-patterns mvp

React.js with Node.js Rest API

Is there a name for this Design Pattern? (Base class with implementations that only invoke constructor)

Progressive Disclosure in C++ API

c++ api design-patterns

Parent element in child class

c# design-patterns

How to adapt to changes in API

What is the Best Way to Return Errors from Business Logic or Application?

Does it makes sense to use state pattern with virtual proxies?

Pattern for saving and writing to different file formats

design-patterns file-io

Best practice when you need two user controls (winforms) to communicate

PHP Patterns - Service/Model/Mapper/Dao Examples?

php design-patterns

XSD pattern to match a priority order of comma separated words

xsd design-patterns

Which of these examples represent correct use of DDD?

Static members class vs. normal c-like interface

Service layer = Application layer = GRASP Controller layer [closed]

What versioning design pattern would you recommend