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:
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.
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.
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
Not to split hairs, but... shouldn't it be:
ReplyDeleteif(this.GirlDeveloper.GetType() == typeof(SickDeveloper)) break;
This is what I got:)
ReplyDeleteyouniverse.com/.../7c66a898fa966e8
LOL, Nick, abs not. GirlDeveloper is obvs. a property of the page and sickDeveloper is a variable.
ReplyDeleteHOWEVER, I do like the way your syntax is communicating my level of sickness, good interpretation.
@Erika - Your choice of drink reflects extravagent but classic taste... lol, I think we should have been born in the 20's :)
ReplyDeletehey were you in brooklyn last night?
ReplyDeletehmm, no last night I was firmly planted on my couch. Do I have a doppelganger?
ReplyDeleteWouldn'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?
ReplyDeleteIf 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.
I can't say it's right on target, but I got:
ReplyDeleteyouniverse.com/.../f21e6849418896a
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!
ReplyDeleteAnyhow, that Youniverse quiz was interesting. It's scary how accurate the reults are...
youniverse.com/.../c98e65268ef3c3e
haaaaaaaa thanks for the code review, SK.
ReplyDelete@ES - I know, wasn't it fun?
@ix - seee you got as carried away as I did.
I think I would prefer an instance method:
ReplyDeleteif(girlDeveloper.isSick()) Thread.sleep(200000);
Feel better :)