As you could read in my initial “Don’t Test…” post, I’m against too many test cases. Here’s another thing you shouldn’t be testing.
Category: Programming (Page 3 of 3)
Contrary to popular belief, I don’t think you should test as much as possible. I stand by smarter, not more numerous tests. But what makes tests smarter?
In his “Clean code” Uncle Bob univocally condemns boolean arguments.
Recently I’ve come across my Ruby code from 13 months ago. The code regarded my very first task in a project, while I was about to leave the project. Those 13 months were enough to spot right away that the code was, well, bad.
Comments are always failures.
What a perfect example of a wise sentence (by Uncle Bob) that feels wrong when taken out of context.
Recent Comments