-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating and Updating the RepPointsServer #5
Comments
I agree |
Hm, saw this to late this time, but will do it next time. |
@Nasdneb So in this or another issue - probably in a seperate issue, each source file of the Server could be described and maybe it's possible to split the code into many files, so that no file gets longer then maybe 10-30 lines of code... I don't know what would be a good number, but Usually I create the file structure like: var repository = { }
repositor['source/'] = {
'node_modules/' : {
'api.js': '...file content...',
'engine.js': '...file content...',
'rest_api.js': '...file content...',
'data/' : {
'journal.js': '...file content...', // js files allow comments like this one
'rules.js': '...file content...'
}
}
} UPDATE: |
Proposal
The text was updated successfully, but these errors were encountered: