code-guide
code-guide copied to clipboard
Add new JS section
- Consider a third general section for JS
- Include updates for React, Vue, Svelte, etc?
Some general thoughts:
- Let/const over var
- No semicolons
- arrow functions vs “normal” functions?
- variable names camelcase?
- Function names?
- JS linter of choice?
- Async loading