Comment on A Week with ElixirparentComments−lamp13yYou can explicitly override multiple assignment in elixir by using a carat: a = 1 ^a = 1 - ok ^a = 2 - bad match−nivertech13yI know, what I said is that multiple assignment should be explicit, when single assignment should be default. I.e. the reverse of what is in Elixr.
Comments
You can explicitly override multiple assignment in elixir by using a carat:
I know, what I said is that multiple assignment should be explicit, when single assignment should be default. I.e. the reverse of what is in Elixr.