ghowland / web6.0

Web Six Point Oh
MIT License
1 stars 5 forks source link

Cleanup imports and split out functional code into separate files #43

Closed bretep closed 6 years ago

bretep commented 6 years ago

Cleaning up imports makes is easier to know what is happening.

Splitting out the functions into files helps when debugging issues because you can focus on a small piece of code vs. having to search through a very large file.