again, from the perspective of a beginner, a suggestion for the tour
to get the reader more involved would be to add simple exercises to
some of the pages to get the reader to test things.

  for example, on the page "Variables with initializers" here:

https://tour.golang.org/basics/9

a simple exercise would be to ask the reader to remove the last
initializer from the statement:

  var c, python, java = true, false, "no!"

to see what happens. trivially simple, and demonstrates what happens
with insufficient initializers. i suspect a lot of the tour pages
could have a simple reader exercise added to them to get the reader
involved. thoughts?

rday

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to