So inside of my module, I have functions that aren’t supposed to be called from outside the module, only ran from functions that are inside the module. How should I organize these functions? Should they be at the top of the module before any other functions, or inside the module functions they are being called in?
Sorry if that sounds confusing. I tried my best to explain it. Any replies are appreciated!
In a separate table & have the module return a table containing two tables, one of those tables being functions to be used normally & the other table containing functions which are to be used in the way that you described, also alphabetically arranging functions is always a nice touch.