From fa2d928124f49c243792a519b8ff0fa0dd299781 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 6 Mar 2017 08:48:34 -0500 Subject: content: add survey2016-results article Change-Id: I1b524e4ab686dffeb0f0d1af68f4c127eedb3aac Reviewed-on: https://go-review.googlesource.com/37723 Run-TryBot: Russ Cox Reviewed-by: Russ Cox --- content/survey2016/effective.svg | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 content/survey2016/effective.svg (limited to 'content/survey2016/effective.svg') diff --git a/content/survey2016/effective.svg b/content/survey2016/effective.svg new file mode 100644 index 0000000..a427149 --- /dev/null +++ b/content/survey2016/effective.svg @@ -0,0 +1,60 @@ + + + + + + +To what extent do you agree or disagree with the following statements: +(strongly disagree, disagree, somewhat disagree, neutral, somewhat agree, agree, strongly agree) + + + + + + + +3,002 (1, 2, 6, 7, 23, 34, 11%) +I am able to effectively diagnose bugs in my Go programs. (7.2:1) + + + + + + + +2,725 (1, 2, 6, 13, 22, 24, 7%) +I am able to effectively diagnose performance issues in my Go programs. (5.8:1) + + + + + + + +2,932 (1, 2, 3, 5, 17, 33, 22%) +I am able to effectively use Go's concurrency features (goroutines, channels, select). (14:1) + + + + + + + +2,801 (2, 5, 11, 14, 23, 18, 5%) +I am able to effectively debug uses of Go's concurrency features (goroutines, channels, select). (2.7:1) + -- cgit v1.2.3