|
|
|
|
|
by Yoric
1867 days ago
|
|
After having worked many years with OCaml and a few years with Rust, I prefer the latter's approach of requiring types in function declarations (or equivalently requiring a .mli in OCaml). This makes browsing in code much faster and removes sources of incomprehension. YMMV |
|