Tuesday, March 29, 2005

SDLC

A Software Developer’s Life Cycle in pseudo code.

while(projectNearingRelease) {
/*
if(today instanceof WEEKEND) {
party();
}
else {*/
gym();
work();
eat();
work();
eat();
if(pendingWork == null){
sleep();
}
//}
}

Sad. No wait, Horrible.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home