Architecture & Planning for Easy to Maintian, Human Readable Code
Gogo1951 opened this issue ยท 0 comments
When planning this out, we need to basically split anything that's its own thing into a separate file in the code. Have a Modules folder, and basically everything other than the TOC should go there. With GDKPd a lot of features got loaded into core, and the file is just a bit bloated.
/localization
/modules
/data
/media
...etc