You are viewing related articles from CodeSOD
Don’t Date Me – The Daily WTF
I remember in some intro-level compsci class learning that credit card numbers were checksummed, and writing basic functions to validate…
Read More
March 13, 2025
Expressing a Leak – The Daily WTF
We previously discussed some whitespacing choices in a C++ codebase. Tim promised that there were more WTFs lurking in there,…
Read More
March 12, 2025
Where is the Validation At?
As oft stated, the “right” way to validate emails is to do a bare minimum sanity check on format, and…
Read More
March 10, 2025