Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best Practice for Library Building and Toolboxes
#7
(10-18-2023, 01:33 PM)bplus Wrote: Points 1 and 2
Initialing every routine? Yikes!
It should be enough to Author the library and more important IMHO to date even time the revisions for fast and furious development. Then 3 years later you can easily find what the most updated version was. A lesson I learned going back to GUI or String Math or oh Interpreter projects.

$LET INCLUDE_ALL = TRUE

^There.  Now you've included everything in your code.

$LET INCLUDE_IMAGE = TRUE

^ And with that, you've narrowed it down to just including the routines which are image related (filled circle, filled triangle, rounded rectangles, ect) into your code.

And by keeping it all on a github, you can easily grab the latest release (or whichever past release you need for whatever reason).  Wink
Reply


Messages In This Thread
RE: Best Practice for Library Building and Toolboxes - by SMcNeill - 10-18-2023, 01:59 PM



Users browsing this thread: 8 Guest(s)