The fact that #ElixirLang always required `:do` keyword for single line function definitions was IMHO weird. I get it that the idea was to not have N different ways to do the same, but honestly, I think that supporting `def foo(a, b) = a + b` would make code easier to read
5 likes 2 replies
?