Recent content by Dani

  1. D

    My thoughts on UFCS

    That's rather from the zen of C And that would be an implicit argument. Every decision should be argued at full extent why exactly it is the way it is, when posed such question.
  2. D

    My thoughts on UFCS

    Your statement that every such function definition should be denoted explicitly. That's a very hard question. I'd have to think about that. Very often they denote a very low cost operation, but they can also denote things that are lazily initialized, and I think it's fine, since the...
  3. D

    My thoughts on UFCS

    What's the reasoning behind this? Also, I'd vote against the version without parentheses, because it's not clear from the code whether evenNumbers is a variable or a function.
Top