-
Posts
440 -
Joined
-
Last visited
Single Status Update
See all updates by SamBelanger
-
New poll :
-
The Poll asks:
Is it worth // in configs?
My answer is mostly yes. For several reasons; First, for debugging purposes to temporarily disable a line or more, and keep a record of your changes. Second they are also good to relay information to other coders. Maybe something like a mathematical formula that helps explain why a certian number is the way it is. There is a whole alternative atmospheric flight curve in Asclepius' cfg. I figure it's good to have, even though some would consider it messy.
If it is final code for release of something you are getting paid for, and isn't intended to be changed, then its just taking up space, and should probably be removed.
-