Hacker News new | ask | show | jobs
by skydhash 23 days ago
Validation asserts what’s in the data type, while parsing just creates it. Especially in the context of C structures where you can just create it from a blob of bytes.
1 comments

Ah, I suppose in my mind parsing precludes the idea of invalid data.