Test-driven HTML and accessibility

from blog HTMHell, | ↗ original
↗ original
by David LuhrWhen I started writing unit tests and following a test-driven development (TDD) workflow, I was stoked with the immediate feedback and confidence I gained in every line of JavaScript I wrote. TDD improved my software design with simpler, more predictable code. It saved me countless hours of manual debugging by reporting errors...