Answer the question
In order to leave comments, you need to log in
Is it true that >80% of the backend's work is to "saw" CRUD-API?
Observing myself and my colleagues, I noticed that each project follows the same scenario:
Answer the question
In order to leave comments, you need to log in
The draft part of the business logic relies on the interaction of models, which as a rule should have something like CRUD. Often there is a lot of code writing, especially in the presence of various verifications, so their writing is noticeable by the time spent, and the highlights are they are a little earlier (architecture) and a little later (interaction, behavior), but hardly noticeable precisely due to a well-prepared foundation in the form of tested " bricks."
No, it's not. CRUD is a very small layer of tasks. It so happened that the business logic in the vast majority of cases goes beyond crud, so there are more tasks
On a modern project where there is a React / Vue / Angular SPA application, yes, the backend is needed to drive JSON to / from the client
. much moved to the front
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question