Re: [elixir-core:6666] I think the new 1.4 warning about missing () on zero arity functions is a cure that's worse than the disease

2016-12-02 Thread Louis Pilfold
I personally think this is clearer, and I don't feel this is clearer. With this I think it is easier to tell when computation is happening- previously it could be hidden behind what looks like variables. Cheers, Louis On Sat, 3 Dec 2016, 04:42 Dave Thomas, wrote: > I’ve been

[elixir-core:6666] I think the new 1.4 warning about missing () on zero arity functions is a cure that's worse than the disease

2016-12-02 Thread Dave Thomas
I've been living with 1.4 for a few weeks now. I am bugged by the new warning: ~~~ warning: variable "int" does not exist and is being expanded to "int()", please use parentheses to remove the ambiguity or change the variable name