var in c#, java, c++ ruins code readability, should only be used for nasty generics T<G<Q>,<..etc & lines where the declr & type name are on the *same* line, e.g. var foo = new Bar();
This is industrial sabotage:
var foo = bar() where bar() has no visual clues as to return type
I think people who *really* like var are writing write once code that they don't expect to have to re-read themselves & they don't care if anyone else needs to be able to read it. That a compile can figure out the type and that types are still "strong" is irrelevant here.
♡ 1 ↻ 0