|
|
|
|
|
by lgreiv
1252 days ago
|
|
It should be consistent in its use of idioms in order to reduce the number of lookups required. Still, it should be documented extraordinarily well, because it then can serve as an on-ramp to best practices for novices. Further, it should be tailored to the intended use case of the language to stay lean but usable to carry an application as far as possible without needing a heap of dependencies. I appreciate these qualities in the standard library of Crystal [1], to name an example. [1] https://crystal-lang.org/api/1.7.0/ |
|