Right now all code lies in index.js and it's becoming a bit cluttered. It might be a good idea to delegate captain code, or other feature specific functionality to a separate file to keep things organized.
I was going to ask about this, actually! It's very cluttered and very awkward to try and build around. Also, vscode keeps screaming at me to modularize, so that's interesting! :grin:
Right now all code lies in index.js and it's becoming a bit cluttered. It might be a good idea to delegate captain code, or other feature specific functionality to a separate file to keep things organized.