you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 5 months ago

I am perplexed that they refuse to acknowledge some pretty deep issues I see every major Go project run into:

  • There are corner cases where it is literally impossible to check of the value of a type-param interface is nil.
  • Type-params on methods
  • Type-safe enums
  • source