|
|
|
|
|
by PikachuEXE
2102 days ago
|
|
I agree Rails only does a great job on structuring when project is started But any large enough project needs rules for placing files/classes I don't see how Rails failed in that way I do agree there are some "magical" stuff like hooks that can be easily abused and introduce bad coding habits/patterns Wish I can turn them off per class (not for the whole app since they are still sometimes useful) |
|
I don't see how that's a Rails-specific problem.
Before Rails, working in the wild and wooly world of Microsoft web dev (with occasional PHP thrown in) I saw some real horrorshow web apps. People hacking together their own confusing and misthought architectures. And those horrorshows were rule and not the exception.
The standardized structure of Rails apps is such a breath of fresh air. It's so nice to step into a Rails codebase and basically know where most things are most of the time.
Admittedly it's also nice to step away from Rails for smaller, simpler apps.