Elegant Code Structuring #2123
Unanswered
landsman
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see a new way of structuring files in Symfony projects as an alternative way, how to do it. With bigger projects, it's hard to find/maintain/delete related files as it grows in a bigger team.
I want to have one folder for each feature (let's call it a module). In modules are all files related to the feature, structured by folders (by MVC standard).
So it is probably similar to an abandoned Bundle System but in a simpler way, not so much isolation by default.
Inspiration: https://blog.nette.org/en/elegant-presenter-structuring
At least templates are nice to have close to controllers (example).
Beta Was this translation helpful? Give feedback.
All reactions