These mugs should be on every programmer’s desk, white UV ceramic mugs filled with HTML Coffee Code
var coffee = new coffee ( );
if (coffee.empty) {
coffee.refill( );
} else {
coffee.drink;
}
Translated the code instructs the coffee maker to refill with more coffee when empty
And if you’re a Tea drinker
var tea = new tea ( );
if (tea.empty) {
tea.refill( );
} else {
tea.drink;
}
Translated the code instructs the Tea maker to refill with more coffee when empty
And if you want another Coffee Code Mug the next one reads
Programmer
n.[proh-gram-er]
An organism that converts coffee into code
All Mugs are Microwave And Dishwasher Safe