Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What pattern/patterns work best for developing rule/decision engine [closed]

Ignoring (serious) errors to keep the program alive?

Patterns for Android Game Development? [closed]

Implementing a live voting system

MVVM pattern in java

Callback with interfaces or function objects? [closed]

Singleton Enum implementation with parameters

java design-patterns

Tracing of function calls in C

Clean Architecture Vs MVPC/MVC/MVP [closed]

How to design a system which sends records and retries sending them again, if an acknowledgement is not receieved? [closed]

REST API design: one endpoint with if/else logic or two separate role based endpoints

Game architecture and design strategy for a multiplayer card game

Is the Common Service Locator widely used?

What is a good pattern for interpreting Core Data validation messages and displaying them on the iPhone?

What are the key design choices to make a wicked fast compiler?

Interface-based programming in C++ in combination with iterators. How too keep this simple?

Is "Adopting MapReduce model" = Universal answer to scalability?

What are common design patterns in Cocoa Touch?

Cleanest design pattern for displaying form data and validation errors?

C++ interface design around shared library boundaries