|
|
|
|
|
by lelanthran
1483 days ago
|
|
> For example, APL might look like an absolute mess to most people but to the people who know it, it's incredibly easy to read. But if we use that as a bar ("you have to know it"), then all languages are equally readable. Pretty much all the popular languages converge on similar syntax an/or grammar. You can say that it is because that particular set of syntax is the first, or you can say that languages that didn't have similar syntax was abandoned by developers. There is an equal evidence/lack of evidence for either claim. |
|
There is a balance between verbosity and conciseness that makes code more or less readable to different people.
If you have few experts who are maintaining a codebase over a longer time, then verbosity gets in the way. If you have a wider skill distribution and fast turnover, then you want verbosity.
Additionally I think there are more objective features. Like ambiguity, simplicity, formatting, naming, visual hierarchy...