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. |