
- the jsdoc and the code should match, check whether need to update
- write the code comments and jsdoc with English
- whether the code can be simplify or optimize with newer js/ts syntax or API
- use async/await instead of callback/promise.then
- use consistent and meaningful naming, don't use rare abbr
- use meaningful CONSTANT instead of magic literal