06-27-2023, 08:52 PM
I have massive single files. Most of the actual work is done in a few key subs so the rest might as well be a library, but whenever I tried to clean up my code along those lines and make some improvements for efficiency, I ended up ignoring it once I was done and fell back into my ordinary habits.
For assets, I create a single file memory dump and use precompiler commands to switch between loading that or the original files which are usually in a subdirectory that has the same name as the program.
For assets, I create a single file memory dump and use precompiler commands to switch between loading that or the original files which are usually in a subdirectory that has the same name as the program.