Write unit tests, save time & lifes
Hey guys,
Unit testing or TDD (Test-driven development) has been a thing for years, hasn't it?
I'll quickly talk about this and share with you guys the experience.
TDD
The practice of TDD is:
You write test
You write code
You run test, test fails,...
sethphat.dev2 min read