Tangler Discussion Forums

Discuss

Topics

Click a Topicto start discussing

    From now on I'm giving all my variables full names. None of this for(int i=0; i <= n; ++i) {...} crap. If I had put for(int index = 0; index <= matrixsize; ++index) I would have spent about two minuets more typing the extra letters and saved half an hour of debug time.

    It is now two in the morning. I have class in seven hours. I'm ranting about stupid programming mistakes on Tangler, and I'm probably incoherant. Good Night.

    2007-04-06 01:57:46.0

    Goodnight 5t W. (don't let the bed bugs bite);)

    2007-04-06 02:10:03.0

    You should start calling your vars:  var1, var2, var3 or even 23, 432, 288.
    that way, you will never become prunable... but you'll never get promoted either.

    2007-04-10 20:52:30.0

    My variables usually run along the lines of theNumberOfTimesThatINeedToGoThroughThatLoop, or theInputThatWillDetermineTheCharactersNextMove.  Takes a lot longer to type the first time but much more fun when you have to debug, and usually end up Ctrl+V for it going forward.  Or Ctrl+H for a bunch of code that I steal from elsewhere.

    Admittedly I've never been employed as a programmer, so I doubt that I'd get a promotion.

    2009-06-14 23:33:35.0
To send a message, Join Now (it's quick and free) or Sign In
Edit Topic
Delete Topic
Are you sure you want to delete the topic