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

2016-12-05 Thread Dave Thomas
I bow to the collective (well, actually, to the people with write access)... :) -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscr..

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

2016-12-05 Thread Andrea Leopardi
Throwing my 2c in: I'm for emitting the warning all the way. I vastly prefer reducing the cognitive load to "pretty" code, and personally I consider the call with parens way prettier than the call without (as it's clear that it's a function call, and there is no ambiguity). May be not strictly rela