I hate foo. I think it's stupid.I just use letters, most often x or y.
6/17/2008 3:58:21 PM
$temp, $dummynever was a fan of $foo and $bar either.....
6/17/2008 4:05:56 PM
temp tmep test junk
6/17/2008 4:08:14 PM
test or crap
6/17/2008 4:27:19 PM
i, j or x, y
6/17/2008 4:28:44 PM
wonder why i, j, x, and y are popular choices.I know when I first learned to loop, it was always for(i,i<condition,i++). Wonder how that standard came about. Almost all of my for statement variables are i.
6/17/2008 4:30:42 PM
i and j are typically my loop counters.x and y are, ummm, x and y. always need coordinates x, y, z.i prefer crap, test, dummy, or temp.i believe i've spent a lot of time debugging a subroutine or two that i've named "test" only to find out that's some implicit function in fortran. so i prefer to use something that wouldn't possibly be reserved as a built-in function, so i stick with crap.
6/17/2008 4:34:38 PM
I use s or t.
6/17/2008 5:58:22 PM
by far asdafaf
6/17/2008 6:03:48 PM
i, k, index, my______
6/17/2008 7:32:53 PM
Using Rubber As Condom Try HaveSex(Rubber) Catch AIDS As Exception When Not Rubber.Intact MsgBox("You've got the AIDS!") Finally MakeMeASandwich() End TryEnd Using
6/17/2008 7:48:57 PM
blah or poop, and sometimes if i'm just testing some conditional (especially one i don't want to be true) i might say if(condition) print('fuck!');
6/17/2008 7:55:21 PM
usually im pretty descriptive even in debu shit,but I mainly write VBscript to ease my admin workThat being said.I recently had to go through a few scripts and ad replace FUck, beause when i first wrote the original script (for my own use) i had all my connectivy status stored in that variable.
6/18/2008 12:08:22 AM
I typically do a if(condition) then "Hello"Keep it clean just in case.
6/18/2008 8:32:10 AM
blargh and lol
6/18/2008 10:27:55 AM
6/18/2008 10:46:00 AM
Set sIterator iMap mapif(conditionthatshouldneverhappen)System.err("fuuuuuuucccccckkkkkkkkkkkkkkkkkk");
6/18/2008 10:56:52 AM