Hacker News new | ask | show | jobs
by atiffany 3144 days ago
Totally agree with you. I miss the opinionated nature of Rails when I work in the JS world.
2 comments

I think it's always just going to be a different-strokes thing.

For example, I left the Rails world hungering for tiny, composable solutions like Clojure's Ring and Node's Koa.

I ended up preferring to just see glue code in my git diffs. For me and the small teams I work on, there's a lot of productivity to be gained when you can just look at the code and understand what's going on.

You end up with bespoke glue code per application, but the glue is generally simple so I didn't reap much reward from using a framework that tries to hide it at all cost.

You might like Ember. Very opinionated. Yehuda Katz is one of the creators and core team leader.