|
|
|
|
|
by abritinthebay
3155 days ago
|
|
Most of the things you mention are already solved in several useful and applicable to different situations methods in JS anyhow. Mega-frameworks are, in my experience, one of the biggest sources of encouraging Bad Practices just because their the favorite idiom of the developers. Rails is infamous for this. Node (and JavaScript) already has a big enough problem encouraging good code practices that a Rails framework would do untold damage. The closest it has now is Express (obviously not the same) and that’s already pretty bad for doing what I mention (vastly superseded by Koa and Hapi anyhow). These things create a very dangerously myopic gravity. The micro module route Node, JS , and npm uses is - I feel - much much more flexible and beneficial long term. |
|