Y
Hacker News
new
|
ask
|
show
|
jobs
by
Georgelemental
949 days ago
Rust takes the "at least annotate all your function signatures" approach as well. It's essential for making borrow-checking tractable (for both the compiler and the programmer).
1 comments
ReleaseCandidat
949 days ago
Rust has the "you must annotate your functions signatures, because there is no global type inference possible" approach.
link
Mawr
948 days ago
It's a carefully chosen, deliberate design decision [1]. Interface boundaries should be stable.
[1]
https://steveklabnik.com/writing/rusts-golden-rule
link