|
|
|
|
|
by svrtknst
1988 days ago
|
|
Tbh I like both the erlang style and the Elixir style and don't see a _tremendous_ amount of difference, e.g. foo(X) ->
Y = maybe_function(X),
final_function(Y).
Both, in my eyes, yield a declarative flow without mutations and overwriting variables |
|