|
|
|
|
|
by thomastjeffery
3360 days ago
|
|
Inferred types are nice. They make cleaner, and therefore, more readable code. That is the main thing people want from dynamic typing anyway. It's really not very common to change the type of a variable, and a statically typed codebase is more predictable, and therefore easier to manage. |
|