Basic Folder Structure - #5
Conversation
implementing architecture stuff for future code updates
it's a copy of the file, with some changes about defining ports, actually it should be changed in orig file and then moved to folder. For now that filw will work anyway and this file can be split and changed.
|
And if you don't know, but you can use classes to use their functions and property changes within all code cl_parse.c const char *qw_svc_strings[128] - can be a class with propertties and you will be able to access those while writing code |
|
here's a simple similar script code, but with some small changes |
if interested, without working code changes
basically you can put here newly changed files and switch to test the compilation
you know sligtly migrate from old structure to a new one
so when you change something you can put some part of code in new file, link it and use the exact chain
old comments left in closed pull requests, thought i've lost it, made a reflog, but it was there (anyway, i guess)
instead of math* you can use logic* /lg
and in terms of logic you can prioritize folders with A-B-C 1-2-3 /Alg /Bmd,
then you can use that a-b-c in code too