Twelve Go Best Practices - Francesc Campoy
Video Statistics and Information
Channel: Esri R&D Center
Views: 62,555
Rating: 4.884892 out of 5
Keywords: esripdx, golang
Id: 8D3Vmm1BGoY
Channel Id: undefined
Length: 49min 27sec (2967 seconds)
Published: Fri Aug 08 2014
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
https://talks.golang.org/2013/bestpractices.slide
Thanks for the talk, I think it's useful for newbies. (as a part of fully understanding of Effective go) Also I've got a silly question about WriteTo method (at the first part of the video) Why it is necessary to write a len of a name (as int) and then the actual 'string name' bytes to the writer? Thanks in advance.
The slides are pretty good, have read them a couple of times. So, if you are like me and avoid checking videos as much as possible, check the slides (posted by /u/pstibrany above)
It's a really boring talk.
Any one has a way to understand the ReadWriter interface?
I couldn't make sense for any of the first example in the slide, it's probably because I never used that interface myself.