Ensure cs_ prefix for all API structs, ids and function names?
Not all API structs and functions have the cs_ prefix. This leads to issues like these: #2316
The question is now, should this be addressed before the v6 Beta? Or before v6 Gold?
Or is API stability more important for everyone and we just keep it as is?
Currently the naming was kinda arbitrary. Sometimes only the arch_ prefix, sometimes cs_arch_.
Ensure
cs_prefix for all API structs, ids and function names?Not all API structs and functions have the
cs_prefix. This leads to issues like these: #2316The question is now, should this be addressed before the v6 Beta? Or before v6 Gold?
Or is API stability more important for everyone and we just keep it as is?
Currently the naming was kinda arbitrary. Sometimes only the
arch_prefix, sometimescs_arch_.