I am building a Cordova mobile application, and the custom scripts I am making are all locally inside the application package, and I am concerned about performance. Is it ok for the files to be many, like each big namespace variable to be in a separate file, or should I put them all in one file?I am building a Cordova mobile application, and