hcp-uw/algo-visualizer

Ensure good code quality

Opened this issue · 0 comments

Follow good code quality guidelines, which include

  • documenting/commenting on any parts of the code that may be unintuitive or is complex
  • giving variables good and appropriate names
  • cleaning up useless or redundant code that may hurt readability

May be a good idea to review the Code Quality Guides from CSE 142/143 or concepts from class such as CSE 331/403 (if applicable).