Hacker News new | ask | show | jobs
by Starlevel001 1457 days ago
I can understand Rust when I'm writing my own code. But when it comes to understanding other people's code, it's essentially gibberish.

A lot of library devs seem to have read "strong type system" and taken it as a challenge, meaning that half of their code is actually declarative to the compiler rather than readable in the source file. As a native Java dev this is very annoying.