|
|
|
|
|
by karxxm
1294 days ago
|
|
Having no framework comes with having no documentation. If you select a framework and work in the same scope as the framework intends to, then you can onboard new engineers much more easily by telling them: We are working as the framework defines, look into the documentation and you will understand the basic architecture of our software. Of cause, devs can maintain their own documentation, but I guess this usually is something that is not done very well. My personal experience: As soon as a company started their software without a framework, it became a huge mess. While onboarding, I observed very bad architectural decisions and even very severe security issues. I'd say, only go with no framework, if you are experienced enough to technically create an own (good) framework.
From my observations, going without a framework was usually a decision done by young engineers. |
|