For easy cases reading such code is OK (var path = "/usr/bin/whatever" - obvious), but with a more complex code it becomes awful.
I'm a C++ programmer, and quite often I have to dig through dozens of headers to find out what this magic "auto" really means.
For easy cases reading such code is OK (var path = "/usr/bin/whatever" - obvious), but with a more complex code it becomes awful.
I'm a C++ programmer, and quite often I have to dig through dozens of headers to find out what this magic "auto" really means.