Personally, some of my "favourites" have been declaring every variable globally, at the top of the file, even your typical "int i" for your for loops, and checking booleans in an odd way, like this:
bool foo = false;
if (foo == true)
{
// make magic happen
}

New Topic/Question
Reply


MultiQuote










|