top | item 37589408

(no title)

stefanlindbohm | 2 years ago

I’m new to Go for a significant project this year and like a lot of it, but there are a few things about its philosophy that just doesn’t click for me and the versioning policy is one of them.

To me, this clearly should be considered a breaking change, which I normally would expect to look out for when the major version number changes. I get that checking module definitions means unchanged code won’t break, but it might break code in ways I as a programmer would not expect when upgrading minor versions. It might be technically correct according to some definition, but lacks practicality, which has been a recurring feeling for me as I get into the language.

discuss

order

d3w4s9|2 years ago

Not sure what you mean by "should be considered a breaking change", because this is a breaking change, I don't think there is any question about that.