Earlier quoted context omitted.
claimed to be non-idiomatic I write specialist-o-matic code. Lotsa DRY, composition, iterators, "fluent" APIs. Makes me an unapologetically poor general purpose pair programming partner. terse and clear at the same time Concision is a virtue.
Concision is a virtue. Can be.
Or do you mean there's some value in redundancy? I'd be interested in an example. Even java added the to avoid the repeated template parameter,
Foo x = new Foo();
becomes Foo x = new Foo();