Being an amateur, I tend to spaghettit-noodle my code. However, I know I can get around this by using classes and other OOP principles. However, when I create a new file for every class my directory structure gets messy. (Actually, goes out the window.) I know how to organize assets such as sound, image, and other data files in folders, but how can I organize code into folders? When I click "New Tab", it by default puts the new file in the parent directory.
1