curves icon indicating copy to clipboard operation
curves copied to clipboard

Consistent logging and error printouts

Open yvaind opened this issue 5 years ago • 0 comments

There are at least 3 different ways errors are logged/handled: std::cerr, std::runtime_error, and CHECK (a google macro defined in logging.h). We should adhere to one standard, the ideal one probably being MELO. This will introduce an additional dependency, though.

yvaind avatar Apr 01 '19 11:04 yvaind