20.06.2018, 15:42
Quote:
Split your mode up to not be a single stupidly long file. Aim for maybe 1000 lines max per module, and keep unrleated functionality separate. So for example if you have a wanted system, put that in one file, make all its variables hidden (static), and only provide functions as a way of interacting with that module. Then do the same with your race system.
|