|
|
|
|
|
by pmarin
1137 days ago
|
|
Type inference only make the code harder to read. You ended doing mental compiler work when you could just write the damm type. And the people who say "I Just hover the variable in my IDE" It doesn't work in a terminal with grep, you can't hoved a diff file and not even github do the hover thing. Combine that with the implicit type promotion rules of C. Have Fun. |
|
Nonsense.
> Combine that with the implicit type promotio rules of C. Have Fun.
This sort of trivial TI does not make that any worse. C is broken, it neither breaks nor unbreaks C.