04.08.2012, 18:06
If you see my posts, you probably know I make a ton of stupid mistakes, then I fix them, right after posting.
Some are annoying, some are quite hilarious! But they all make me feel stupid![Tongue](images/smilies/razz.gif)
The remedy I use is just practice, sometimes I just code things my server might not need, such as a text replacer that replaces "#<letter>" with the NATO phonetic of that letter (#y = yankee, #n = november etc...)
What other advice for remembering things have you guys got? I'm pretty forgetful in many things, especially coding (forgetting ;, function names, parameters, variables, stupid things etc)
Anyway, enough about me being stupid, I bet all of you (even the really good ones!) have made some stupid mistakes!
Some are annoying, some are quite hilarious! But they all make me feel stupid
![Tongue](images/smilies/razz.gif)
I think the most recent one was I was having problems with file loading, I noticed my money was resetting, and a bunch of other things. I got all confused and started debugging my file script thinking something was failing.
I take a look at the login function and find that I never even called "file_Open" so all the "file_Get*" functions were just returning nothing!
The remedy I use is just practice, sometimes I just code things my server might not need, such as a text replacer that replaces "#<letter>" with the NATO phonetic of that letter (#y = yankee, #n = november etc...)
What other advice for remembering things have you guys got? I'm pretty forgetful in many things, especially coding (forgetting ;, function names, parameters, variables, stupid things etc)
Anyway, enough about me being stupid, I bet all of you (even the really good ones!) have made some stupid mistakes!