Created
November 1, 2022 14:30
-
-
Save dominicOT/e45b540b72343daf2c0a09abdd6e9354 to your computer and use it in GitHub Desktop.
How to write maintainable JavaScript code in 2023 - Web or Node.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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