The file-structure tag has no wiki summary.
12
votes
8answers
2k views
How do you organize your MVC framework while supporting modules/plugins? [closed]
There are a two main codebase structures that I have seen when it comes to MVC frameworks. The problem is that they both seem to have an organisational bug that goes with them.
Standard MVC
...
6
votes
1answer
446 views
How should I organize programming files into directories?
Sometimes, one creates a exploratory prototype and forgets about structure in the directories...
What are good tips on dividing the programming files over (several levels of) directories?