On 04/25/2017 11:50 AM, Jan Wedekind wrote:
What do people think? I'm struggling with deciding what's the right thing for my own code, but leaning towards "we shouldn't use the ? suffix for just boolean values".
I like using the '?' suffix only for predicates. I often use 'is-' prefix for boolean values, which reads well: (if is-raining ...)
-Paul