From 277ac295956b89d89ff1e674f6d0fd47d4c2a114 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:30:53 -0500 Subject: [PATCH] Add how to write error messages --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc0c938..17331b2 100644 --- a/README.md +++ b/README.md @@ -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