Hacker News new | ask | show | jobs
by bobbylarrybobby 925 days ago
Eh, rust has pretty solid type inference (sounds like you'd hate it), but with the rust analyzer extension, you can get inlay hints that tell you the inferred type of every variable, so you're never actually left wondering. Seems like the best of both worlds.
1 comments

I'd prefer the other way around. If the language was verbose but its tools (IDEs, analyzer extension) hid redundant info from you.