Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to implement toolbars when using the MVVM pattern?

c# wpf design-patterns mvvm

Java Swing: how do I properly instantiate GUI and pass domain objects?

java oop swing design-patterns

Best way to populate a base viewmodel

Design Patterns for a Rails 3.2 JS-heavy App

Database design for handling individual and recurring charges

Should the business logic be separate from the model?

using couch db and sql server side by side

Database design to store and evaluate rules expression

Convert number to 5 digit string [closed]

php design-patterns

C++: Does this pattern have a name, and can it be improved?

Why do I need a FactorySupplier?

Is the Single Responsibility Principle applicable to functions?

Builder Design Pattern : Accessing/Passing model data to/in Concrete classes

c# asp.net design-patterns

Deleting caller object safely within a callback function

c++ oop design-patterns

Typesafe method for retrieving data of unknown type through interface

Is it good practice to use attributes just to mark html elements?

html design-patterns

Two different Inheritance-chains without breaking the DRY-principle

Redux - Modeling state of a complex graph and triggering multiple updates and side-effects in response to a single action

How to call VRInput Class Events (OnClick, OnDoubleClick, ...) from another Class?

Generic class with two class hierarchies