From 4a207c867d7685c19c20f9faf3ba99586c8c6cdc Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 9 Oct 2018 17:14:46 -0700 Subject: [PATCH] move Rob Pike talk to Requirements --- Go2ErrorHandlingFeedback.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index 8a0e0449..56ae05e3 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -14,6 +14,8 @@ Discussions of the requirements for a new error handling method. - Ian Lance Taylor, “[Incomplete list of criteria](https://github.com/golang/go/issues/21161#issuecomment-389380686)” from GitHub proposal discussion, May 2018 +- Rob Pike “[Simplicity is Complicated](https://www.youtube.com/watch?v=rFejpH_tAHM)”, December 2015 + # In support This includes supporting the existing chaining/stacking of handlers without changes. @@ -43,8 +45,6 @@ Critiques without counter-proposals - Shannon Wynter "[Error Handling as it can already be done](https://gist.github.com/freman/0b372e46c72f6a27652538b9930ee851)", August 2018 -- Rob Pike ["Simplicity is Complicated"](https://www.youtube.com/watch?v=rFejpH_tAHM), December 2015 - # Counter-proposals ## Error handling with normal functions