Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13207)

Issue 128950043: code review 128950043: A Taste of Go: present slides (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by gri
Modified:
9 years, 8 months ago
Reviewers:
dfc
CC:
dsymonds, cmang, iant, kortschak, dfc, josharian, jscrockett01, golang-codereviews
Visibility:
Public.

Description

A Taste of Go: present slides

Patch Set 1 #

Patch Set 2 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 3 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 4 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 5 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 6 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 7 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 8 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Total comments: 8

Patch Set 9 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 10 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 11 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 12 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 13 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 14 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 15 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 16 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Patch Set 17 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Total comments: 18

Patch Set 18 : diff -r fbb6d94078f3df219742b376a45c7c432c1509de https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1188 lines, -0 lines) Patch
A 2014/taste.slide View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +480 lines, -0 lines 0 comments Download
A 2014/taste/concurrency1.go View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
A 2014/taste/concurrency2.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +32 lines, -0 lines 0 comments Download
A 2014/taste/examples.go View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
A 2014/taste/hello.go View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A 2014/taste/hellohttp.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +18 lines, -0 lines 0 comments Download
A 2014/taste/histo.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +113 lines, -0 lines 0 comments Download
A 2014/taste/histo0.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A 2014/taste/histop.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +138 lines, -0 lines 0 comments Download
A 2014/taste/idents.go View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +22 lines, -0 lines 0 comments Download
A 2014/taste/point.go View 1 2 3 4 5 6 7 8 9 1 chunk +28 lines, -0 lines 0 comments Download
A 2014/taste/sort.go View 1 2 3 4 5 1 chunk +48 lines, -0 lines 0 comments Download
A 2014/taste/stringer.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +53 lines, -0 lines 0 comments Download
A 2014/taste/walk.go View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
A 2014/taste/weekday.go View 1 2 3 4 5 6 7 8 9 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 12
dsymonds
looks nice; just a few nits. https://codereview.appspot.com/128950043/diff/140001/2014/taste.slide File 2014/taste.slide (right): https://codereview.appspot.com/128950043/diff/140001/2014/taste.slide#newcode34 2014/taste.slide:34: - Mathematically precise: ...
9 years, 8 months ago (2014-08-13 05:57:42 UTC) #1
cmang
I really like the Sequential to Concurrent histogram example, it ties the presentation together well. ...
9 years, 8 months ago (2014-08-13 06:25:54 UTC) #2
iant
Looks good. My only comment is that this is a long talk. How long do ...
9 years, 8 months ago (2014-08-13 13:23:52 UTC) #3
gri
PTAL https://codereview.appspot.com/128950043/diff/140001/2014/taste.slide File 2014/taste.slide (right): https://codereview.appspot.com/128950043/diff/140001/2014/taste.slide#newcode34 2014/taste.slide:34: - Mathematically precise: On 2014/08/13 05:57:42, dsymonds wrote: ...
9 years, 8 months ago (2014-08-13 17:06:12 UTC) #4
gri
On Wed, Aug 13, 2014 at 6:23 AM, <iant@golang.org> wrote: > Looks good. My only ...
9 years, 8 months ago (2014-08-13 17:07:51 UTC) #5
gri
Hello dsymonds@golang.org, cmang@golang.org, iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
9 years, 8 months ago (2014-08-14 23:36:39 UTC) #6
kortschak
That is a very nice talk.
9 years, 8 months ago (2014-08-15 01:21:41 UTC) #7
dfc
LGTM. Excellent talk, so much more concise and engaging than my recent effort. https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide File ...
9 years, 8 months ago (2014-08-16 01:53:53 UTC) #8
josharian
Nice. https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide File 2014/taste.slide (right): https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide#newcode48 2014/taste.slide:48: - Evaluated a compile-time: s/a/at/
9 years, 8 months ago (2014-08-18 18:27:34 UTC) #9
jscrockett01
https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide File 2014/taste.slide (right): https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide#newcode77 2014/taste.slide:77: int8, int16, int32, int32 (rune), uint64, int64?
9 years, 8 months ago (2014-08-18 19:12:41 UTC) #10
gri
Thanks for the extra round of feedback. https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide File 2014/taste.slide (right): https://codereview.appspot.com/128950043/diff/320001/2014/taste.slide#newcode33 2014/taste.slide:33: * Hello, ...
9 years, 8 months ago (2014-08-19 22:41:51 UTC) #11
gri
9 years, 8 months ago (2014-08-19 22:42:49 UTC) #12
*** Submitted as
https://code.google.com/p/go/source/detail?r=cb9826e65264&repo=talks ***

A Taste of Go: present slides

LGTM=dave
R=dsymonds, cmang, iant, dan.kortschak, dave, josharian, jscrockett01
CC=golang-codereviews
https://codereview.appspot.com/128950043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b