Building Better Django Apps with TDD - Part 1
What is TDD π°
TDD stands for Test-Driven Development. It is a software development approach that emphasizes writing automated tests for a piece of code before writing the code itself.
In TDD, the developer writes a failing test case first and then w...
ayaf.hashnode.dev4 min read