|
|
|
|
|
by tekknik
2295 days ago
|
|
There are a couple of reasons you want a “quickly spun up” framework. First it shows the API is thought through / not complicated. If it takes hours for you to add a basic route the framework was overengineered. The second is hiring. Rarely will you find devs with all the experience you require, so you’ll have to train. Making things overly complicated increases the cost of your devs, increases training time, and generally just slows you down. So I completely and wholeheartedly disagree. Frameworks should be as simple as they can be. |
|