Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dominicOT/e45b540b72343daf2c0a09abdd6e9354 to your computer and use it in GitHub Desktop.

Select an option

Save dominicOT/e45b540b72343daf2c0a09abdd6e9354 to your computer and use it in GitHub Desktop.
How to write maintainable JavaScript code in 2023 - Web or Node.js
Use TypeScript everywhere.
Learn your JavaScript and frameworks very well.
Format and style code.
Comments in code and inline documentation are important.
Write meaningful and useful tests wherever applicable.
Use prototypes and MVPs before implementing complex features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment