Hacker News new | ask | show | jobs
by bicknergseng 4565 days ago
>>For instance, in Revel you need to put your controllers in a package called ‘controllers’, and models in a package named ‘models’. Nope!

I'd love some opinions on this. I prefer separating models/views/controllers, but have recently seen some mvc apps where models/views/controllers are grouped together by function/name. Thoughts on the traditional MVC directory structure vs alternatives?

1 comments

> but have recently seen some mvc apps where models/views/controllers are grouped together by function/name

Can you put links to some of those apps that use that approach?