|
|
|
|
|
by avgcorrection
878 days ago
|
|
> And while the code in more complex languages can still obviously be readable, simple languages force the code to be at least somewhat readable even at its worst. Derived implementations of things like `equals`. An advanced language feature I guess. Easy to read in the complex language, longer to read in the simpler language, and something you have to keep in mind to update manually or regenerate when you update your data structures. |
|