Hacker News new | ask | show | jobs
by Xeoncross 1485 days ago
Yeah, null pointers and the compiler writing more code for you (overlaps with generics) are pretty high on my wish list.

I'm bringing someone up in Go and they forget to initialize some map or struct: `&Foo{data:map[int]int{}}` and crash the app.