|
|
|
|
|
by labarilem
1616 days ago
|
|
Some backend frameworks (of various languages) have way too much abstraction and configuration. This usually means coding a small non-standard feature takes lots of time. But coding only standard (e.g. CRUD) features is fairly quick if you don't have a big framework too. Also, lots of developers never know what happens below that stuff. Don't get me started on how many people I've seen despairing over "configuration debugging". Some really big projects can be exceptions to this line of thought. But most teams don't work on those really big projects. |
|