fgenolini / frank

Frank coding experiments
MIT License
1 stars 1 forks source link

error handling and reporting #9

Closed fgenolini closed 4 years ago

fgenolini commented 4 years ago

Report any error to the user and log to file As a user, I want to be told of any issue that occurred within the application, so that I can report the issue and get it fixed.

C++ exception and error handling Save minimal information on fatal error to help fixing the issue.

Logging frameworks Source code not clean, slows down application, not useful for fixing issues.

Modern C++ best practices C++ core guidelines on exceptions, Microsoft C++ best practices for exceptions and error handling