Hacker News new | ask | show | jobs
by smt88 4161 days ago
Try inheriting a project with lots of "magic". Or even just revisiting one that you did a long time ago. It sucks.

I believe you that Angular was easy for you to learn. I was just saying I've never heard of anyone else feeling the same way.

1 comments

Yeah, it totally sucks. That is one of the reasons that, in projects that I expect to be maintaining for a long time, I shy away from frameworks with inversion of control, like Angular or Rails. I prefer the wiring to be exposed, so to speak, because it makes it easier for everyone to know what's going on. It also makes it easier to drop or upgrade your 3rd party dependencies without rewriting everything.
Could you please point me to a framework without IOC. Was planning to use rails. thanks