Apr 22, 2024
You make some good points, but I was surprised to see no discussion of line length for readability (ideally 55-75 characters); correct spelling, grammar, and punctuation for readability in code documentation; or the fact that code formatters like Prettier can help devs catch bugs -- misformatted code contains errors OR was not formatted.