|
|
|
|
|
by pnako
2174 days ago
|
|
You cannot possibly avoid testing software, unless the software is literally useless. So testing will definitely happen _at some point_. The debate is about where it happens: on the developer's computer, on a tester's computer, on a CI agent, or on the user's computer. I like to cover as much code as possible before the software reaches the user, but that's just me. |
|