Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
User Journal

Journal jhines0042's Journal: Moving Sucks

Just in case anyone is thinking about moving let me remind you what is involved.

while( !house.stuff_packed() )
{
        house.packStuff();
        if(self.tiredLevel() > 10)
        {
                  self.takePainKiller(new Advil());
        }
}

while( !truck.is_full() && house.hasMoreBoxes() )
{
        truck.loadStuff(house.getStuff());
        for(int i = 0; i 5)
                {
                        friends[i].eatFood(self.providePizza());
                }
        }
}

truck.drive();

while( truck.is_full() )
{
        truck.unLoadStuff();
        for(int i = 0; i 5)
                {
                        friends[i].eatFood(self.providePizza());
                }
        }
}

for(int i = 0; i friends.length; i++)
{
        if(friends[i].stillFriends())
        {
                friends[i].eatFood(self.providePizza());
        }
}

This discussion has been archived. No new comments can be posted.

Moving Sucks

Comments Filter:

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...