top | item 45761442

(no title)

abrenuntio | 4 months ago

I'm personally rather fond of Java, but even this (or the shorter `Predicate`) still can't compete with the straightforward simplicity of a type along the lines of `string -> bool`.

discuss

order

throwaway2037|3 months ago

I bet you are the kind of person who uses "auto" a lot in whatever programming language that you use. For me, context matters because, in the words of Joel Spolsky, (1) you read code much more than you write code, and (2) it is harder to read code than write code. As a result, I always choose the more verbose form when writing code that other people will read.