|
|
|
|
|
by ansible
4241 days ago
|
|
With all the cases were Go pushes you to use interface{} that's the case in Go a lot of the time too. However, you can wrap an interface{} using container (for example), with type-specific input and output functions, getting back compile-time type-checking. Yes, it is not optimal, and yes, you're still paying the price for type assertions. If it had Generics that would be another thing. I would like to see a good solution for this that integrates well with the rest of the language. |
|
I say that because the Go designers, despite having designed a quite mediocre language, suddenly when it comes to generics the want the perfect no-compromises solution or nothing.