esa@discuss.tchncs.de to Programming@programming.devEnglish · 29 days agoParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.comexternal-linkmessage-square12fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.comesa@discuss.tchncs.de to Programming@programming.devEnglish · 29 days agomessage-square12fedilink
minus-squareMagiilaro@feddit.orglinkfedilinkarrow-up0·27 days 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.