Skip to main content

Explore our questions

-1 votes
0 answers
36 views

Are there any good and modern approaches, to have variables that feel global (no need to pass them around explicitly), yet are local to an instance?

1 vote
4 answers
165 views

Is it good practice to return ApiResponse from a Spring service layer?

4 votes
2 answers
723 views

why would one use the "Functional Options" pattern in go?

3 votes
3 answers
2k views

Difference between facade and orchestrator in the context of microservices

3 votes
5 answers
5k views

How to handle assumptions while designing any system?

3 votes
3 answers
1k views

Undo/Redo with Command Pattern and Object Destruction

3 votes
1 answer
248 views

Design Pattern to unify similar generated classes

4 votes
1 answer
1k views

Is MVVM appropriate for a .NET MAUI Blazor hybrid app?

7 votes
1 answer
7k views

Assembler vs Entity Translator and Entities vs DTO

2 votes
2 answers
304 views

How to design extensible data aggregation code to avoid manual updates in multiple places?

4 votes
3 answers
7k views

Is it a good idea to use Singleton pattern for an API manager?

1 vote
1 answer
255 views

OO design - Process that relies on the current state of objects

4 votes
2 answers
502 views

Data processing pipeline design for processing data

0 votes
1 answer
985 views

How should the structure of external API calls in an electron application be designed?

Browse more Questions