top | item 4813733

(no title)

OzzyOsbourne | 13 years 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.

discuss

order

freshhawk|13 years ago

I 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!