|
|
|
|
|
by xelhark
3165 days ago
|
|
If you think about it, software quality is not something that is ever visible or measurable from the outside. Theoretically, you could write software by just having an incredibly long list of test cases and a random string generator. The quality of that code would probably be terrible, but it would still work as long as your test cases are restrictive enough. |
|
If you have mistaken issues of style for issues of quality, than that might seem to be the case. True quality in software is measurable primarily in the defect rate, and secondarily in the amount of effort needed to enhance it.
> Theoretically, you could write software by just having an incredibly long list of test cases and a random string generator.
Putting aside the time and concurrency issues, the quality would be determined by the correctness and thoroughness of your test cases.