Quote Originally Posted by bipper View Post
Like, when I code, if I am pulling in information from a database or through and argument, I always add some Turkish style prefix to delimit where it is coming from, like db_intVariableName. It has been a life saver in larger apps that other people love to dive it and touch. So when I come back later and find that my code was mutilated, I feel like she has been disloyal and is now completely uncouth. The funny thing is, I don't care how it looks in other people's code.
If I ever have to call a procedure in a database, the parameters are always called something like p_parameterName.

I pretty much obsessively cut down on the number of lines in my code. If I can put it on one line (and still understand it ), I do.