We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ZSCmd Extension
#2
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.
[-] The following 2 users Like litdev's post:
  • AbsoluteBeginner, z-s
Reply


Messages In This Thread
ZSCmd Extension - by z-s - 07-01-2024, 09:35 AM
RE: ZSCmd Extension - by litdev - 07-01-2024, 10:01 AM
RE: ZSCmd Extension - by z-s - 07-01-2024, 12:34 PM
RE: ZSCmd Extension - by litdev - 07-01-2024, 03:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)