Using TDD to create a Python Django SSN validation
Posted in code, Enterprise Development on Mar 30th, 2010
The Problem to Solve Many web applications collect financial information to submit as leads for loans, credit card applications, bank information or other purposes. To ensure that the submitted SSN is valid, a validation algorithm must be implemented against the submitted value. Many websites in their infancy check only for length and null, but there [...]