|
|
|
|
|
by CSMastermind
396 days ago
|
|
In my experience they write a lot of pointless tests that technically increase coverage while not actually adding much more value than a good type system/compiler would. They also have a tendency to suppress errors instead of fixing them, especially when the right thing to do is throw an error on some edge case. |
|