Managing large SDF projects: is there some sort of...
# suitescript
c
Managing large SDF projects: is there some sort of package Java style thing I can do or should I just separate scripts into a logical directory structure?
e
I organize by feature/functionality
e.g.
So to answer your question: Yes, you can/should separate them 🙂 and you can organize them however you like. Another common approach is to organize by script type, though I avoid it personally
The structure in that image would be for a single "project" within the account; there would likely be several high-level project folders under
/SuiteScripts/
which would also be broken down similarly