esa@discuss.tchncs.de to Programming@programming.devEnglish · 4 months agoParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.comexternal-linkmessage-square14fedilinkarrow-up145arrow-down11cross-posted to: [email protected]
arrow-up144arrow-down1external-linkParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.comesa@discuss.tchncs.de to Programming@programming.devEnglish · 4 months agomessage-square14fedilinkcross-posted to: [email protected]
minus-squareMagiilaro@feddit.orglinkfedilinkarrow-up3·4 months agoI prefer to do both, a validation check to see if it has the general form of data I expect then parse what got successfully validated.
I prefer to do both, a validation check to see if it has the general form of data I expect then parse what got successfully validated.