Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Web Guideline (work in progress)

  • Use Async/Await instead of Promises
  • No setTimeout
  • use ?. instead of &&
  • split big function into smaller functions
  • optimize for data display speed
  • move to TypeScript
  • When about to add a fourth parameter to a function, refactor it to receive an options object instead