Why is verbosity bad for a programming language?
- by frowing
I have seen many people around complaining about verbosity in programming languages. I find that, within some bounds, the more verbose a programming language is, the better it is to understand. I think that verbosity also reinforces writing clearer APIs for that particular language.
The only disadvantage I can think of is that it makes you type…