07-01-2024, 10:01 AM
Nice job,
I have a couple suggests.
1] Create a more generic name for the extension so you can add more objects to the same extension in the future, something like ZSExtension or just ZS, with an initial object ZSCmd.
2] All new objects you add should start with ZS, like FC and LD.
3] Make the namespace for all your extension objects the same name as the extension name, currently your namespace is 'SmallBasicExtension'
4] Manage the version number properly, extension manager uses this to see if an extension is out of date - your current version number is 1.0.8948.26889. I suggest the first 2 should be 1.2 (for SB version 1.2) then the next 2 for major and minor updates as you see fit.
I have a couple suggests.
1] Create a more generic name for the extension so you can add more objects to the same extension in the future, something like ZSExtension or just ZS, with an initial object ZSCmd.
2] All new objects you add should start with ZS, like FC and LD.
3] Make the namespace for all your extension objects the same name as the extension name, currently your namespace is 'SmallBasicExtension'
4] Manage the version number properly, extension manager uses this to see if an extension is out of date - your current version number is 1.0.8948.26889. I suggest the first 2 should be 1.2 (for SB version 1.2) then the next 2 for major and minor updates as you see fit.