ama
ama copied to clipboard
Which open projects have best quality code to learn from, in your opinion?
Specifically among general purpose libraries, to run in both server and browser environments.
To learn best coding and testing practices for things like:
- code architecture,
- errors throwing and handling (when to and when not to),
- exporting functions vs classes vs factories.