Maintenance of code depends on many factors, besides readability. And readability is certainly not a synonym for shortness, which is quite evident if you have ever read monad-heavy Haskell code that doesn't use do
notation. After many years of writing bugs, and then discovering Rust, I learned to appreciate explicitness in code, and hope you eventually will too.
8 Likes