"Variable shadowing isn’t good practice because it
creates confusion about the variable’s value, generating code that is hard to
understand. Avoid this! That’s how closures work in Elixir: we can share
values with functions without using arguments."
— Feb 16, 2018 05:58AM
Add a comment