dalolorn wrote:That said, why would others read my code unless they absolutely had to?
Plenty of reasons to keep your code tidy - for instance, how well organized you keep your code speaks volumes about you to people who read it, while also making it much easier to understand.
You yourself, having to read your own code to work with it. Or, half a year from now on, you'll want to fix something and you'll be reading through your own files, and you'll go "who the f*** wrote this thing, because it sure as hell wasn't me!".
Other people taking a look at your code to figure out how stuff works, taking your mod as an example, or out of sheer curiosity.
Or because they'll want to fix your mod that you've neglected.
It's simply a good practice, a good habit to have -- one that has no downsides at all, and costs minimal effort.