Czar
03/10/2016, 2:22 PMvar is horribly wrong, if they add only var we'll have:
final var a = "asdf";
// instead of
final String a = "asdf";
final variable something feels fishy in this statement 💩
if they for some reason do not want to have both var and val, they should go with groovy's def.
auto??? Is that a joke? I hope it is.