|
|
|
|
|
by steveklabnik
3958 days ago
|
|
We made a choice with Rust to force you to write type annotations in function signatures, because it prevents errors at a distance. Even in languages with full type inference, writing out signatures is still considered good style for this reason. |
|