06-27-2023, 08:29 PM
Quote:I forgot to mention that although I prefer one monolithic file in QB64, I do try to keep my code organized by function (general-use, graphics definitions, tile routines, etc.) Having collapsible sections would be nice for this approach.
I have giant file too for storing reusable subs and functions, my toolbox. But I don't include that file with code I share at forum, I use it to pick out tools I need for a particular app and copy/paste them in. I also keep a testing area for those Subs and Functions.
b = b + ...