Add how to write error messages

This commit is contained in:
Charles-Axel Dein 2023-01-30 13:30:53 -05:00
parent 1c98291e16
commit 277ac29595
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -1072,7 +1072,11 @@ Richard Feynman's Learning Strategy:
#### Error/exception handling
- [Error handling antipatterns](./antipatterns/error-handling-antipatterns.md) in my this repo.
- [Error handling antipatterns](./antipatterns/error-handling-antipatterns.md) in this repo.
- [Writing Helpful Error Messages](https://developers.google.com/tech-writing/error-messages), Google Developers' course on Technical Writing
- Explain the problem
- Explain the solution
- Write clearly
#### Monitoring