Hi everyone, is there a best way to organize library code?
i've been creating script filtes with funcionalities and wanted to merge them in a library but i don't know if it is best to create objects as a way of making submodules, or directly creating libraries depending on libraries.
The simple function and variable declarations for exposing functionalities seem too plain to organize lots of code.
I've searched the web and couldn't find any clear guidance, also did an investigation analyzing varios libraries posted in github and none of the patterns seem 100% convincing to me.
Has anyone any thougths or best practices regarding this issue?
Thanks in advance for your help.
Best,
David