Should you follow TDD?
Let’s make sense
Test-driven development (aka TDD) is a three-step process. It’s often referred to as the “red, green, refactor cycle”
Let me explain the process:
Red: It involves writing a function to test a feature which you’re going to add in th...
blog.vivekpandey.in2 min read