Quantcast

if(this.GirlDeveloper == sickDeveloper) break;

written by schipps on Thursday, August 21 2008

 

 

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.

 

Similar Posts

  1. Just some links... mad sick, bros!!
  2. Reflection - Iteration 5
  3. Reflection - Iteration 2

Comments

  • ncloud on on 8.21.2008 at 8:02 AM

    ncloud avatar

    Not to split hairs, but... shouldn't it be:

    if(this.GirlDeveloper.GetType() == typeof(SickDeveloper)) break;

    :-p

  • Erika on on 8.21.2008 at 8:25 AM

    Erika avatar

    This is what I got:)

    youniverse.com/.../7c66a898fa966e8

  • schipps on on 8.21.2008 at 8:51 AM

    schipps avatar

    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.

  • schipps on on 8.21.2008 at 8:57 AM

    schipps avatar

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

  • sup on on 8.21.2008 at 4:58 PM

    sup avatar

    hey were you in brooklyn last night?

  • schipps on on 8.21.2008 at 7:25 PM

    schipps avatar

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

  • Slackmaster K on on 8.21.2008 at 10:32 PM

    Slackmaster K avatar

    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.

  • ixdatul on on 8.21.2008 at 10:37 PM

    ixdatul avatar

    I can't say it's right on target, but I got:

    youniverse.com/.../f21e6849418896a

  • Eugene Sung on on 8.22.2008 at 4:40 AM

    Eugene Sung avatar

    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

  • schipps on on 8.22.2008 at 2:13 PM

    schipps avatar

    haaaaaaaa thanks for the code review, SK.

    @ES - I know, wasn't it fun?

    @ix - seee you got as carried away as I did.

  • Lincoln on on 8.23.2008 at 10:08 AM

    Lincoln avatar

    I think I would prefer an instance method:

    if(girlDeveloper.isSick()) Thread.sleep(200000);

    Feel better :)

Post a comment