I don’t like the idea of telemetry tools being built in at all. But it being opt in is the right move. A lot of googles internal teams use go and I could see them being required to turn this feature on. And I’m assuming that’s mostly what the go team is expecting. So hopefully they don’t keep pushing the telemetry stuff
As long as it remains opt-in, I don't see a problem with it. For those willing to opt-in, it'll help the development team prioritize items and for everyone else, we can ignore it.
Don't understand why they don't have enums, it's a pretty standard feature in most languages. Even C has enums. I think Iterators is a welcome feature. You'd be surprised how often you'd use it.
@@johnboy14 because it doesn't need enums: type MyEnum int const ( _ MyEnum = iota + 1 MyEnumFoo MyEnumBar ) func SomeFunction(e MyEnum) { switch e { case MyEnumFoo: //do some stuff } case MyEnumBar: //do some stuff } }
I think it depends on if they mean major updates or maintenance updates. Maintenance updates are quite frequent, probably almost once a month or month and a half, while major updates are close to 6 months.
If it’s opt in, what reasoning do you have to lament the implementation of telemetry when it’s off by default other than to pander. If you can’t grasp that it’s odd you would even comment on it at all.
ok uninstalling and done learning Go..... I am not going to be a boiling frog.... they were going to put this in earlier but backlash so they put it in later .... opt-in now but it will be opt-out later
Hopefully you guys enjoy this video!
Let me know what you think - what's your favorite feature of the new release?
Iterators by sure.
I don’t like the idea of telemetry tools being built in at all. But it being opt in is the right move. A lot of googles internal teams use go and I could see them being required to turn this feature on. And I’m assuming that’s mostly what the go team is expecting. So hopefully they don’t keep pushing the telemetry stuff
how language maintainers always find a way to ruin a good language (see rust)
Why is it a bad thing to have telemetry built in? I’m new to Go.
As long as it remains opt-in, I don't see a problem with it. For those willing to opt-in, it'll help the development team prioritize items and for everyone else, we can ignore it.
@@DanWalshTVi agree but its google. It wont be opt in for long
@@peterszarvas94 what happened to rust?
Waiting for ENUMs! :)
yup and cool printing function
Don't understand why they don't have enums, it's a pretty standard feature in most languages. Even C has enums. I think Iterators is a welcome feature. You'd be surprised how often you'd use it.
@@johnboy14 because it doesn't need enums:
type MyEnum int
const (
_ MyEnum = iota + 1
MyEnumFoo
MyEnumBar
)
func SomeFunction(e MyEnum) {
switch e {
case MyEnumFoo:
//do some stuff
}
case MyEnumBar:
//do some stuff
}
}
From Thailand: Thank you for really good up to date information.
nice overview. I'm excited to try the new sql wrapped errors
i disagree, what go team did isn't something new and having it opt-in is the right move imo, have a look at npm privacy policy.
Waiting for the Go vid where you wear a blue gopher costume
I'm waiting to see what they decide to do with the iterators. The new struct package seems interesting though.
Waiting for a required properties compiler flag or syntax
Love the vid!
Go iterators needs more cooking. :/
Could you post your discord link again? Its expired
I'm new to Go, are updates released this frequently?
Aw Yes, more frequent than windows updates
Every 6 months or so.
@@JamesRouzier No, more often, as minor fixes are released.
I think it depends on if they mean major updates or maintenance updates. Maintenance updates are quite frequent, probably almost once a month or month and a half, while major updates are close to 6 months.
You are correct minor release when needed and a major release every 6 months or so
Iterators are a great first step for neural networks.
wow
Learning go or flutter is a dumb idea as of now, you're pushing for your enslavement in the near future, telemetry is a no go area for me period!!!
Why????
pander harder bro what a lame output, literally opt in
wait what lol?
@@MelkeyDev I have no idea either lol
If it’s opt in, what reasoning do you have to lament the implementation of telemetry when it’s off by default other than to pander.
If you can’t grasp that it’s odd you would even comment on it at all.
@@pookiepatsfor now. Its google after all
ok uninstalling and done learning Go..... I am not going to be a boiling frog.... they were going to put this in earlier but backlash so they put it in later .... opt-in now but it will be opt-out later