|
|
|
|
|
by out_of_protocol
1046 days ago
|
|
> If you’re having to do extra mental work to guess, .... That’s not the language’s fault. Depends. In this case there are definite rule in place which you can learn. Overall, that's definitely language's fault. On other note, Elixir actually very good at consistent naming - standard library is designed, not meshed up and grew layer by layer like js/php abomination (erlang one is not consistent and it leaks sometimes) - Pipe operator by its mere presence enforces correct order of arguments, even in 3rd party code |
|