Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

C++ 11 Smart Pointer Ownership and Casting

Pimcore Vs PyroCMS

Default member values or default constructor parameters in structures?

Sails app best practice

Dependency injection OR configuration object?

Is a public readonly List<T> bad design?

c# oop software-design

Adding an enum type used in WCF service and Windows Phone 7 app

Rust generic value memory store implementation

rust software-design

TPL Dataflow how to synchronize with "global" data

inventory database with stock level tracking - how to implement stock check before checkout

handling amorphous subsystems in formal software design

database archiving vs timeperiod based tables/fields

When deciding on a feature, what do you do? [closed]

process software-design

Functional Programming: How to handle complex data without bloated functions?

Create a sequential diagram for each use case in the online shopping system [closed]

Separating business rules from entities in domain driven design

Why are there different ways to describe same design pattern using UML? What to trust?

Global variables in Javascript (jQuery)