
TDD in different view
Here I’d like to document my thoughts on TDD. This article isn’t intended to explain TDD in detail—it’s not a tutorial. 🌐 Online Explanation Let’s first look at the online explanation: TDD Simply put, it means writing tests first, then implementing the code. This is actually quite challenging for many programmers. The main reason is that it feels overly tedious, making the development process less smooth. ...