esa to Programming@programming.devEnglish • 3 months agoParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.commessage-square14arrow-up145
arrow-up145external-linkParse, Don’t Validate AKA Some C Safety Tipswww.lelanthran.comesa to Programming@programming.devEnglish • 3 months agomessage-square14
minus-squareMagiilarolinkfedilink3•3 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.