Reorganisation of files to enable easier update #33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I’m wondering if there would be any way to organise the directories / package the app so that further improvements would be easier to deploy; allowing easier updates.
A structure like this one would allow for a simple replacement of the
stolonsub-directory (in most cases… since both.htaccessandindex.phpare subject to modifications…)Another idea would be:
This last one requires a bit more
.htaccessrewriting, but is doable.Naming things:
stolonfor the functional directory (better thanapp?). But I default tostorage, lacking a proper metaphor :)I like the second tree structure as it leave the root clean. However, it doesn’t expose
stems/as directly as the first one, and maybe I also like that. I wonder at first sight ifconfig.jsoncan’t also go to thisstorage/folder. Regarding metaphors, I don’t think metaphors for everything is needed, I likestorage, as it is pretty straight-forwards.I generally like the idea to reorganize the file structure. It makes sense as the project evolves.
What are your thoughts?