christopheradams / elixir_style_guide

A community driven style guide for Elixir
4.37k stars 299 forks source link

Adds reference to Elixir 1.4's warnings of parentheses+zero-arity functions #130

Closed Qqwy closed 7 years ago

Qqwy commented 7 years ago

In Elixir 1.4, the compiler will warn you when zero-arity functions are used without parentheses.

This PR adds a notice about this new behaviour to the style guide.

christopheradams commented 7 years ago

Thanks!