move Rob Pike talk to Requirements

Liam 2018-10-09 17:14:46 -07:00
parent 5bbaf3818a
commit 4a207c867d

@ -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