You are viewing a single thread.
View all comments 14 points
*
if ( parameters.teaMass <= TEA_BAG_WEIGHT ) {
return "Error: incorrect input. Check if tea bag was inserted correctly into water container."
}
9 points
*
1 point
4 points
if ( parameters.teaMass <= TEA_BAG_WEIGHT ) {
return "Error: incorrect input. Check if tea bag was inserted correctly into water container."
}
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
3.4K
Monthly active users
1K
Posts
38K
Comments