Capstrong / Godlands

Actual game for the Capstrong DePaul capstone team
0 stars 0 forks source link

Consolidate Utility Scripts #35

Open brickman1444 opened 9 years ago

brickman1444 commented 9 years ago

Combine GrossUtils.cs, WadeUtils.cs, DebugUtils.cs and MathUtils.cs into one file and break things up via classes e.g. MathUtils and DebugUtils. If there is a large group of related code, put it in a class and move it to it's own file. Currently, MathUtils.cs is too small and WadeUtils.cs is probably too large.

randomPoison commented 9 years ago

I'm going to start on some of this stuff as part of my current task.