|
|
|
|
|
by rurban
235 days ago
|
|
You don't silently allow unhandled args. You do coverage testing, which would have found the missing date -r path. You do proper code review, which would have found the missing date -r path. And many coreutils options will not be implemented at all. ENOFIX |
|
The original coreutils test suite didn't cover the -r path. The same bug would have not been statically discovered in most programming languages, except perhaps the highly functional ones like Haskell.
>You do proper code review, which would have found the missing date -r path.
And in an ideal world there would be no bugs at all. This is pointless -- we all know that we need to do a proper code review, but humans make errors.