|
|
|
|
|
by cognivore
3742 days ago
|
|
I'm going to be a contrarian here and say that if unit tests, in most cases, made economic sense they'd be a given in almost all software development. But they're not. Do we assume business owners are dumb? Do we assume managers are dumb? That's a popular position for technical people. "Oh, you just don't understand how valuable those unit tests are!" But the cost of maintaining unit test vs. the cost of fixing bugs later might favor just fixing the bugs later. Maybe it doesn't sometimes - but one is an upfront cost you know about, and one is a nebulous cost that you might or might not have to pay later. Given that, I know what most people paying the bills are going to choose. |
|