All Questions
4 questions
0
votes
2
answers
933
views
Best pattern/practice to execute a multi-step code generation process
I am working on a project that generates an API with the possibility of doing CRUD operations based on a high-level description of the resources that the user would like to have in an application. In ...
29
votes
9
answers
8k
views
In software design, should an application remain agnostic regarding its usage with real world data / mock data?
Let me try to summarize a bit more with a simple example:
You're building a large application, a user portal for example, with feeds, news, account management, and a whole range of difference ...
0
votes
1
answer
583
views
Methods linking bad/good practices
I have multiple methods calling each other to simplify changing anything in the code and to avoid fixing errors and copy pasting.
It looks like this:
Is this a bad practice?
Does it cause too much ...
3
votes
1
answer
176
views
Is good or bad practice to share reporting modules between systems/apps?
At my new work, a few people want to share modules between systems/apps, and I'm a bit skeptical about it.
Context: we have a lot of little apps living in different servers, some of them are ...