Comment on Left to Right Programming
eager_eagle@lemmy.world 6 days ago
IMO all those examples are less readable than writing it in an imperative way using good function and variable names.
Also, len()
a Python convention and a built-in function that calls __len__()
on that object. It’s even more established than .length
in JS, so I really don’t see why someone would expect anything else.