|
|
|
|
|
by JohnBooty
2102 days ago
|
|
Yeah. MVC is not always the right tool for the job, but it's generally fine and IMO rarely a terrible fit. 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. |
|