Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Add an extra property to an element without inheritance

c# oop design-patterns

Flyweight/OOP design patterns in Julia

oop design-patterns julia

Composite of Commands Design Pattern

ruby oop design-patterns ooad

hint for audit log approach

How to add property to existing interface?

Is there a name for this pattern that uses anonymous classes in Java?

design-patterns

Fine-grained decorator pattern

Visitor pattern and compiler code generation, how to get children attributes?

Is there any way to avoid if-else and dynamic casting in this case?

How to use Spring Prototype Beans with constructor arguments? [closed]

Code behind/beside Model (.cs-aspx.cs-aspx) VS MVC model, what is the difference really?

Does every class in symfony2 need to be a service?

symfony oop design-patterns

Designing C++ classes with partly common implementations

c++ oop design-patterns

MVC - sub-folders controllers

Is it a good practice to catch all exceptions and re-throw them as a particular type of exception in terms of classification? [closed]

What's a good approach to disabling functionality that's not supported?

What's the proper name for an "add-on" table?