|
|
|
|
|
by java-man
1720 days ago
|
|
Yes, this is the basic benefit of typed languages. I would not want to refactor a 20 year old code base without type safety - I do want to know what's being returned. I also want my tools to know what's being returned, as well as my compiler. |
|
Usually these are the languages with more focus on type safety, like OCaml, Haskell and Rust.