Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

Why shouldn't C#(or .NET) allow us to put a static/shared method inside an interface?

Well designed / high-quality open source software [closed]

Software-design & architecture: How to sync data from a directory-tree with a database

UML replacement for context diagram

uml diagram software-design

Why prefer template method over dependency injection?

Predictive vs Reactive software design [closed]

What's the best way to resolve a combinatorial explosion of interactions?

Data structure for selecting groups of machines

CoreBluetooth: How to design code for many characteristics (30 - 40)?

Untying Knuth's knots: how to restructure spaghetti code?

Why are stored procedures still not supported in Rails (3+)?

DDD: guidance on updating multiple properties of entities

Django-like Framework Pattern

How to design a software workflow chart? [closed]

DTO Design in TypeScript/Angular2

Marker interface vs empty abstract class

Is it a good practice to mock Automapper in unit tests?

Architecture: Best practices for manipulating models without polluting the POJOs? And without repeating boiler-plate code everywhere [closed]

is Event sourcing using Database CDC considered good architecture?

How to apply composition in android MVP?