|
|
|
|
|
by nosefurhairdo
811 days ago
|
|
This is not good. One of the author's arguments is that type inference in an IDE is bad because sometimes I read code in a book where I don't have type inference... I don't know about other folks, but the vast majority of code I read is in my editor, where the type inference saves me a ton of time and pain. |
|
I do not miss having to change in32_t to int64_t at every location in my code when I changed my mind about types.