From 43f6dee2a7300524c81adea48cbcf5e522588e3d Mon Sep 17 00:00:00 2001 From: UnHa Kim Date: Thu, 24 Jan 2019 17:15:29 +0900 Subject: [PATCH] Updated Go2GenericsFeedback (markdown) --- Go2GenericsFeedback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go2GenericsFeedback.md b/Go2GenericsFeedback.md index a96f8ba5..00039d25 100644 --- a/Go2GenericsFeedback.md +++ b/Go2GenericsFeedback.md @@ -179,7 +179,7 @@ To make it easier to see new feedback. Please _make a Gist_. And also help to ke - Hajime Hoshi: I feel like the supposed proposal is too huge to the problems we want to solve listed at https://go.googlesource.com/proposal/+/master/design/go2draft-generics-overview.md . I'm worried this feature would be abused and degrade readability of code. Sorry if I am missing, but the proposal doesn't say anything about `go generate`. Wouldn't `go generate` be enough to the problems? -- Stephen Rowles: I find the method syntax hard to parse, as a human reading it, it might be clearer to use a different type of enclosing brackets for the type section, e.g. +- Stephen Rowles: I find the method syntax hard to parse, as a human reading it, it might be clearer to use a different type of enclosing brackets for the type section, e.g. : me too 👍 +1 ``` func Sum(x []T) T {