Jump to content

Lucy

Members
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Everything posted by Lucy

  1. I for one love the helpful community. What we have now... THIS is a community. The cutthroat nature isn't a community at all. You guys are awesome, I actually have to force myself to play other games now.
  2. All I have to say about this is to the devs. Thank you so much for implementing the 3 hidden classes. I love you guys so much!
  3. [quote name='Kyp' timestamp='1326844880' post='51711'] and well you should I'd guess, given that the same could be accomplished with less lines easily enough and they should know it. ;P [/quote] Unless they got started in BASIC and have only been learning C like languages from contextual differences.
  4. A friend of mine recently pasted the following code to me on Skype, asking me how I would respond if I saw it at a company on a project I was manager of. I said I'd check the SVN checkin logs to find out which cubical it came from, and then I'd take everything in the cubical and drop it in the nearest dumpster. [CODE]private static bool InvertBool(bool org) { bool returnValue = false; if (org) { returnValue = false; } if (!org) { returnValue = true; } return returnValue; }[/CODE]
×
×
  • Create New...