Also by using length/1 the code is much more explicit - in my mind at least. Not having to wonder what the type of a variable is when reading a piece of code (given for example that Enum.count/1 supports all sorts of constructs) helps me read through a piece of code faster.






















