Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.
Generics enabled by default in Go tip
11–20 of 378 posts
Re: Generics enabled by default in Go tip
#12Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.
I agree about placating. Go is fine as it is. I don't need or want generics, but the addition of generics won't stop me from using Go.
Re: Generics enabled by default in Go tip
#13Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.
I agree about placating. Go is fine as it is. I don't need or want generics, but the addition of generics won't stop me from using Go.
I do need and want generics. So... Whose needs and wants are more important?
Re: Generics enabled by default in Go tip
#14Earlier quoted context omitted.
I agree about placating. Go is fine as it is. I don't need or want generics, but the addition of generics won't stop me from using Go.
> I don't need or want generics I do need and want generics. So... Whose needs and wants are more important?
Re: Generics enabled by default in Go tip
#15Super excited for this. If you haven't checked out the latest proposal, here's an example of what Option/Result box types might look like (obviously not ready for release, just an experiment): https://go2goplay.golang.org/p/krvTH1_7lwX
Wow, interesting. I'm in Japan.
Re: Generics enabled by default in Go tip
#16Wow, it's happening! For others completely out of the loop on that there was even an accepted proposal that is now being implemented: https://go.dev/blog/generics-proposal
https://go.googlesource.com/proposal/+/refs/heads/master/des...
Re: Generics enabled by default in Go tip
#17Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.
Re: Generics enabled by default in Go tip
#18Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.
Re: Generics enabled by default in Go tip
#19Earlier quoted context omitted.
I agree about placating. Go is fine as it is. I don't need or want generics, but the addition of generics won't stop me from using Go.
It might me, in time. As mentioned, my main interest in Go is in how easily I can read others code. This kinda ruins that, even if I never use it.
Re: Generics enabled by default in Go tip
#20Not to be contrary for its sake, but I'll say this is one change I'm really not happy about. I feel like it's a change to placate many, while driving a lesser amount away. Which is fine, but still feels like the end of something, as I am one of the aforementioned 'lesser.' As for why...I love above most the simplicity and readability of Go. Any change which encroaches that, which this does, is a net negative to me.