From 2ea4ba6ba367bb3359cca90ce2fba92683db94b5 Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Mon, 25 Sep 2017 13:41:36 +0200 Subject: [PATCH] Updated ExperienceReports (markdown) --- ExperienceReports.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ExperienceReports.md b/ExperienceReports.md index 7d635308..54c3992e 100644 --- a/ExperienceReports.md +++ b/ExperienceReports.md @@ -173,6 +173,7 @@ a 'class' keyword that simply makes a struct to also be an interface to make por - Rick Branson, "[Implicit Pointers = Explicitly Bad](https://docs.google.com/document/d/1va7f4YvExK4mNBmMt2RMg1SNSHyljc8ARVp2ATKtBwU/edit?usp=sharing)", Sep 2017, issues encountered with parameters/variables with interface types as implicit references - Chewxy, "[Tensor Refactor: A Go Experience Report](https://blog.chewxy.com/2017/09/11/tensor-refactor/)", September 2017, issues regarding discussion of a type system in Go - Walter Schulze, "[Generic functions cannot be passed as values](https://gist.github.com/awalterschulze/e3999f8cfa29b246c35a651a2be4d121)", September 2017 +- Walter, Schulze "[For Sum Types: Multiple return parameters are overrated](https://gist.github.com/awalterschulze/ceb5d695e6e116234dff5079c3a4f7e3)", September 2017 ## Typed nils