ID:743
![]() Jun 8 2005, 1:48 pm
|
|
So I found about a billion bugs in Teh Blobz , and I've been wracking myself for the past week or so fixing them. It was very unsatisfying. The worst part, I "learned" that putting spaces between code is bad. (Example : samplevar = 0 should actually be samplevar=0) Now I have thousands of lines of code to go through and un-spaceify. Is this really neccesary? Someone tell me if I'm wasting my time by doing this..
|
Copyright © 2025 BYOND Software.
All rights reserved.
For the same reason, it doesn't affect performance whether you call a variable "x" or "incrediblyLongNameThatTakesForeverToType" -- the compiler gives every variable a simple code to identify it internally.