|
|
|
|
|
by mxz3000
956 days ago
|
|
I would expect most people to read code in their IDEs, where small amounts of type inference like this is fine because the IDE tells you what the type is. I agree that if you spend a lot of time reading code in something like GitHub, not having explicit types is annoying, but seriously, who does that? |
|
- No review tool is capable of providing type inference hints.
- Not everybody's development workflow consists of using the IDEs.
- Development/debugging on remote machines does not even have a GUI to start with - so no IDEs there as well.