|
|
|
|
|
by pkolaczk
1959 days ago
|
|
Maybe I'm weird, but I find the explicit ownership, mutability and lifetime information encoded in Rust definitions very helpful at understanding a new code-base. Something that otherwise needs to be documented in comments / external documentation in Java, but most often it is missing, and then recovering such information from the code is similarly hard to recovering the types in a dynamic language. Lack of GC in makes it harder to write but easier to read. |
|