Hacker News new | ask | show | jobs
by liampulles 245 days ago
Please don't Java my Go
1 comments

Generics opened the floodgates for this stuff, unfortunately.
I am a fan of generics but ended up disliking them in go. I just avoid them as much as I can.
For sure. I would say the horribleness of Generics in Go helps stem the tide of magic frameworks a little bit, thankfully.