|
|
|
|
|
by th___4
952 days ago
|
|
Everything in Go is controversial, contentious, or at-war with itself. * It's name * Nils * Pattern matching * Enums / Sum types * Generics * Error handling Other ecosystems have recognized that pattern matching and sum types are the way forward as well as null safety. |
|
Java is also the most prominent example of a lack of null safety. Once Java gets around to fixing that in the next century or two, then Go will really be behind.