Skip to content

Instantly share code, notes, and snippets.

View dominicOT's full-sized avatar
🎯
Focusing

Dominic Oladapo-Tonade dominicOT

🎯
Focusing
View GitHub Profile
@dominicOT
dominicOT / How to write maintinable Javascript code in 2023
Created November 1, 2022 14:30
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.