https://netsuiteprofessionals.com logo
t

TheAntman

03/20/2018, 12:21 PM
@NSObsessed Does this link help? https://stackoverflow.com/questions/4767288/what-is-the-diffrence-between-a-function-and-a-module I think the basic idea is that modularity is done at a higher level than functions. Like with using modules you'll be splitting your code into independent sections and within that you'll be using functions to break it up further? Is that right?