ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Code review & cleanup #65

Closed ethanjweiner closed 3 years ago

ethanjweiner commented 3 years ago

Epic Title

Code review & cleanup

Epic Description

This will involve reviewing all code and ensuring proper design and good style

List of Tasks (Complete in order)

  1. [x] Review all code, & comment potential improvements
  2. [x] #5
  3. [x] Organize file structure & locate functions
  4. [x] Abstract where able
  5. [x] Break large functions into smaller helpers
  6. [x] Remove "map" from any parameters
  7. [x] Any other design improvements
  8. [x] Remove unnecessary imports
  9. [x] Proper commenting & data definitions