sunnie to Programmer Humor@programming.dev • 11 months agono amount of documentation can save users from themselveslemmy.caimagemessage-square85arrow-up11.26K
arrow-up11.26Kimageno amount of documentation can save users from themselveslemmy.casunnie to Programmer Humor@programming.dev • 11 months agomessage-square85
minus-squareVeganPizza69 Ⓥlinkfedilink14•edit-211 months agoif ( parameters.teaMass <= TEA_BAG_WEIGHT ) { return "Error: incorrect input. Check if tea bag was inserted correctly into water container." }
minus-square@gnutrino@programming.devlinkfedilinkEnglish9•edit-211 months agoAnd then a user starts adding weights to the label until it passes.
if ( parameters.teaMass <= TEA_BAG_WEIGHT ) { return "Error: incorrect input. Check if tea bag was inserted correctly into water container." }
And then a user starts adding weights to the label until it passes.
unlikely
#define TEA_BAG_WEIGHT 0