|
|
|
|
|
by mabbo
1251 days ago
|
|
I keep rereading this hoping I'm misunderstanding. That is cargo cult level behaviour. They know that software with lots of tests tend to have few bugs, so let's automatically have lots of tests! I just hope whatever you were building wasn't critical to human lives. https://en.m.wikipedia.org/wiki/Cargo_cult |
|
One person's "cargo cult behavior" is another person's "best practices". :P
My favorite example is automatically generated documentation. The kind that merely repeats the name of the method, the names and types of arguments, and the type of return value. The ironic part is that this is later used as an evidence that all documentation is useless. Uhm, how about documenting the methods where something is not obvious, and leaving the obvious ones (getters, setters) alone? But then the documentation coverage checker would return a number smaller than 100% and someone would freak out...
This is just one of many examples, of course.