atomic-penguin / sm-hidden

Hidden:Source like mod for TF2
GNU General Public License v3.0
2 stars 2 forks source link

Do we want to change the order in which functions appear in the code? #31

Closed ghost closed 11 years ago

ghost commented 11 years ago

just a rough grouping, attempting to make it easier to follow the code through by grouping related functions and such.

How it currently is - https://gist.github.com/4462616 Proposed ordering - https://gist.github.com/4462710

atomic-penguin commented 11 years ago

I am all for anything that makes the code easier to read. This may also help later to eliminate redundant functions which could then be combined.

ghost commented 11 years ago

ok i will look at re-ordering the code to match the list above, then we can always tweak the order later if we decide it's not quite right

ghost commented 11 years ago

https://github.com/atomic-penguin/sm-hidden/pull/32