Skip to main content
underthevoid's user avatar
underthevoid's user avatar
underthevoid's user avatar
underthevoid
  • Member for 4 years, 5 months
  • Last seen more than 2 years ago
10 votes
3 answers
4k views

Why is having bloated interfaces an anti pattern?

6 votes
1 answer
1k views

Methods with "With" prefix?

4 votes
3 answers
5k views

Why DDD models should have private setters?

4 votes
2 answers
564 views

Does creating one thread per event subscriber scale well?

2 votes
4 answers
529 views

Should I divide the dependencies binding to a DI container between tiers and layers?

2 votes
5 answers
3k views

Trying to understand the benefits of immutability in imperative programming

2 votes
3 answers
537 views

What should we do in face of a failing sub in pub-sub?

0 votes
1 answer
298 views

Should I cache database requests made in validation layer?

0 votes
2 answers
140 views

By applying the ISP are we bound to segregating the class too?

0 votes
1 answer
462 views

Should Commands always be a facade to inner layers in CQRS?

-1 votes
2 answers
206 views

How to decouple microservice call in an on-demand action?

-1 votes
2 answers
138 views

How should I implement this requirement following SOLID?

-2 votes
1 answer
307 views

What is the proper diagram to describe an event subscriber final graph?