findutils icon indicating copy to clipboard operation
findutils copied to clipboard

CodeHealth: abstract away stderr calls

Open mcharsley opened this issue 8 years ago • 0 comments

At the moment when something goes wrong in a non-fatal way, we just write directly to stderr. We should extend find::Dependencies to abstract out access to stderr much like we did with stdout. This will allow

  • the code to be better used as a library (if we ever want to do that)
  • us to test that errors are reported

mcharsley avatar Mar 15 '17 09:03 mcharsley