6 ms·
So which framework comes out on top with the least developer friction metric? Not just convenient features like an ORM but also, your ability to do stuff withou
by OzzyOsbourne 14y ago
So which framework comes out on top with the least developer friction metric? Not just convenient features like an ORM but also, your ability to do stuff without the framework getting in the way.
- freshhawk 14y agoI find the best solution is as minimal a framework as possible with full featured libraries. Avoid the temptation to let a big framework choose your orm, forms library, routing, etc. just because decisions are stressful or complicated. Loose coupling, loose coupling, loose coupling!