Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Parent wrapping child class method

Considerations to architect well designed dependencies

should the builder reset its build environment after delivering the product

Static class vs. Instance of the class

c# design-patterns

Preventing the browser from showing the query re-submit dialog on refresh

MVP vs. Presentation Model, which one is better?

Common code when overriding abstract methods - Design issue

Web Service ‘mandatory/optional’ fields: XSD Design time vs Runtime

Thread pooling and multi core systems

Is it wrong to give permission other classes to change fields?

.net design-patterns

Access rights database design

Can Model Observe View?

Best practises for consuming multiple third party APIs in existing API

rest oop design-patterns

What is the best way to initialize a more complex class construct with many unchangeable members in c++

Object with attributes of any type with easy storage and iteration

designing application classes

The use of an accept() in the Visitor pattern

c++ design-patterns

design patterns for code that breaks regularly?

Dependency inversion principle: trying to understand