Main purpose of TDD is reducing congnitive load
November 23, 2024•64 words
Programming is very demanding task
Our ability to hold details is very limited
TDD is about de load amount on things you need to think about them
It's an ability to progress with your thinking and design with a closes feedback loop.
it's ok to delete a code. It's ok to delete or change your tests along the way
...
Read post