Wednesday, August 20, 2008

if(this.GirlDeveloper == sickDeveloper) break;



yes, I'm sick. horrible being inside this time of year. was going to have sheer entertainment for you, but until then you can entertain yourself with this:


Youniverse



I thought it was a fun cute little social media - y things.



11 comments:

  1. Not to split hairs, but... shouldn't it be:
    if(this.GirlDeveloper.GetType() == typeof(SickDeveloper)) break;

    ReplyDelete
  2. This is what I got:)
    youniverse.com/.../7c66a898fa966e8

    ReplyDelete
  3. LOL, Nick, abs not. GirlDeveloper is obvs. a property of the page and sickDeveloper is a variable.
    HOWEVER, I do like the way your syntax is communicating my level of sickness, good interpretation.

    ReplyDelete
  4. @Erika - Your choice of drink reflects extravagent but classic taste... lol, I think we should have been born in the 20's :)

    ReplyDelete
  5. hey were you in brooklyn last night?

    ReplyDelete
  6. hmm, no last night I was firmly planted on my couch. Do I have a doppelganger?

    ReplyDelete
  7. Wouldn't GirlDeveloper be a custom class as opposed to a page? Sure, GirlDeveloper has a page, but isn't the page really just a reference to the Object?
    If this were the case, I would presume GirlDeveloper would expose a public property Health, which I suppose could be either an int (Minvalue=0; Maxvalue=100), or a Bool (i.e. if GirlDeveloper.isHealthy).
    I suppose if you wanted to quantify your sickness in human-readable format, you could use an Enum but would likely store it as an int anyway.

    ReplyDelete
  8. I can't say it's right on target, but I got:
    youniverse.com/.../f21e6849418896a

    ReplyDelete
  9. Ahh yes getting sick does suck. I haven't been sick in the last two years and I hope it stays that way. Get well soon!
    Anyhow, that Youniverse quiz was interesting. It's scary how accurate the reults are...
    youniverse.com/.../c98e65268ef3c3e

    ReplyDelete
  10. haaaaaaaa thanks for the code review, SK.
    @ES - I know, wasn't it fun?
    @ix - seee you got as carried away as I did.

    ReplyDelete
  11. I think I would prefer an instance method:
    if(girlDeveloper.isSick()) Thread.sleep(200000);
    Feel better :)

    ReplyDelete