kyle-c
3/13/2018 - 8:43 AM

Clean code checklist

  • Remove console log in the code
  • Remove unused commented code
  • Check performance POA
  • Check functions complexity
  • Profile code