Things I love about Go, part 1: “The Boring Language”
Go's simplicity and lightweight syntax make it an easy language to learn and adopt, especially for newer programmers.
Unlike some languages, Go avoids complex features and minimizes bells and whistles. Developing in Go feels like a breath of fresh air, enabling you to focus on solving problems rather than wrestling with the language itself.
Go's simplicity and “boringness” make it the language of choice for mixed teams. Quoting Jonathan Hall, “I can take a group of juniors and seniors and put them together, and they can be productive together, without having to spend months ramping up the juniors to understand all the arcane syntax in a language.”
If you're looking for a modern language that gets out of your way, Go is your choice.
P.S. For a limited time (until Sep 16th, 2023), I'm offering a special discount on my popular "Master Go" course. Learning Go will level up your backend skills and make you the belle of the dev ball. Enroll today at https://appliedgo.com/courses/mastergo!
Master Go
A comprehensive, self-paced Go (Golang) training with animated videos, text, and exercises. All you need to get going with Go!appliedgo.com
Lo, thar be cookies on this site to keep track of your login. By clicking 'okay', you are CONSENTING to this.
ch0ccyra1n :she_her::neocat_floof_cute:
in reply to Christoph (Applied Go) • • •Christoph (Applied Go)
in reply to ch0ccyra1n :she_her::neocat_floof_cute: • • •@ch0ccyra1n
Telemetry for the Go toolchain is not yet rolled out, and it will be opt-in.
https://github.com/golang/go/discussions/58409
and
https://research.swtch.com/telemetry-opt-in
Furthermore, telemetry data will be collected in the open.
"...it collects as little as possible (kilobytes per year from each installation) and then publishes every bit that it collects, for public inspection and analysis."
https://research.swtch.com/telemetry-intro
telemetry in the Go toolchain · golang/go · Discussion #58409
GitHubch0ccyra1n :she_her::neocat_floof_cute:
in reply to Christoph (Applied Go) • • •