Monday, August 3, 2009

Honeymoon Period - timepass in office

Dirty mind... don’t think like that. I am talking about my new workplace and new culture that you can compare with Honeymoon period because of happy early days (of marriage) and after that life is going to be messy.

Have a look on the below routine/method that I call on daily basis.

Little bit technical, sorry for that L


Public class NewWorkPlace {

Public static void main() {

Employee emp = new Employee() ; // its me J

for (int loginTime; loginTime<=logOutTime; loginTime++)
{
emp.canteen();
emp.reading();
emp.roaming();
emp.playing();
}

}
private void Canteen()
{
breakfast();
tea();
lunch();
snacks();
}
private void reading()
{
readingNewsPaper();
readingBooks();
}
private void roaming(){

netBrowsing();
groundFloor();
smokingZone();
restRoom();
}
private void playing(){
playingTT(); // if vacant only
L and chances are very low
}

}

Sound good naa. But other side of coin , very soon this period is going to be over and then…
L can’t imagine…

No comments:

Post a Comment