3

When a coder doesn’t get his morning coffee; don’t mess with him, even the codes don’t try to mess with them. In this programming jokes, relation between programmer and caffeine is explained.

if (coffee.Empty)
{
coffee.Refill();
}
else
{
coffee.Drink();
}

Comments
Add Comment