I’m channeling Vanilla Ice to build ExpressionEngine 2
May 22nd, 2008
As proof that my eyes are going bleary and that I'm working really hard on ExpressionEngine 2, I present this little gem. Sometime near the end of yesterday, I started to lose my mind. I had been coding for nearly 2 days straight, and had hit setback after setback (I have very little to show for those 2 days unfortunately). An interesting thing happens to me when I'm stressed and tired and frustrated... my mind wanders. It wanders far. In this case, back to 90s rap (keep reading, I swear I'm going somewhere with this). So I did the only logical thing, I decided to drag Derek Jones into the gutter with me and hit him up over IM. He was having a frustrating moment of his own. I was eager to offer a solution:
Me - I have a solution. extend the magic class...
Jones - ::slaps head:: I forgot about it, as per usual.
Me - here's some code
$this->magic->2_legit_2_quit('hey hey');
Jones - you didn't...
And it goes downhill from here...
stop('hammer_time');
to which he responded
do {
pray();
} while ($just_to_make_it_today === TRUE);
and here's where it starts to really go downhill... I wrote
if (hits_me($my_music) == "so hard")
{
echo "OH MY GOD!";
}
Finally, Derek recognized it for what it was...
Jones - "ok now it's just getting stupid"
And we moved back into coding (see the discipline that guy has?) but I haven't been able to drop it. This morning, I'm coding away on some JSON stuff... and it happens again. Here's what came out of my fingers...
if ($problem)
{
$yo = "I'll solve it";
}
while ($dj->revolves($it))
{
$check->out->the($hook);
}
for ($i = 0; $i < 3; $i++)
{
ice();
if ($i == 2)
{
exit('baby!');
}
}
Have any any your own? Let's get it on like Donkey Kong! Be sure to put your "song" inside of [code] tags and not <code> tags.
This entry was made on May 22nd, 2008 @ 12:45 and filed into Personal, PHP.

Lewis wrote on May 22nd, 2008 @ 13:31
Geekiness just hit a whole new level!