in reply to Re^2: how to make close() fail
in thread how to make close() fail
I know close can fail, but that wasn't my point.
How complicated can a failed-to-close code path be that you can't test it 'by inspection'?
And if it is complicated enough to warrant it, it probably indicates poor design.
More likely this is the triumph of a "100% code coverage" mandate over reason.
|
|---|