Test Driven Development - The Best Driven Development
Intro
Test Driven Development (TDD) is an approach to coding that requires a mindset shift. We do not write tests to check our code, we write our code to pass tests!
TDD empowers the programmer to make small, incremental steps to tackle complex probl...
bschefstad.hashnode.dev6 min read