New answers tagged design
0
votes
How should I implement System Design patterns in general and when to use these patterns in every aspect?
When to chose a pattern in YAGNI? Well, essentially, when you know that you'll need it.
Basic example. I regularly bootstrap projects for my personal usage. As I can't afford them to become ...
0
votes
Difference between facade and orchestrator in the context of microservices
At work I have written an Edifact parsing and validation framework that has a bunch of classes you could use to refine how the parser behaves, what it considers as valid Edifact and what it sees as ...
1
vote
Where to initialize clients in C server?
The logic that you describe looks very much like session management, the glue that ties together network connection with a user.
As it is a different concern than the ones handled in other modules, ...
2
votes
Where to initialize clients in C server?
Whenever one has a requirement which does not fit into the existing module structure of a system, I would recommend to start with a new module first.
Said that, during the evolution of this new module,...
Top 50 recent answers are included
Related Tags
design × 5268design-patterns × 912
architecture × 827
object-oriented × 609
java × 499
c# × 452
object-oriented-design × 443
c++ × 267
database × 226
domain-driven-design × 170
python × 157
rest × 154
programming-practices × 153
web-development × 147
database-design × 140
api-design × 126
algorithms × 106
api × 106
interfaces × 105
web-applications × 101
mvc × 99
uml × 99
php × 98
refactoring × 96
.net × 92