We've all heard of Unit Tests as the de facto way of testing our applications and libraries, but in this post, I'll cover the best way to apply Unit Tests, why they're overrated and possibly overused, and the better alternative most of the time.
Tag: clean-code
Should you write comments in your code?
You should document your code, but, most of the time, not add comments! Here's why you shouldn't and which are the rare cases where you would write comments.