EVEInsight / Insight

Discord bot providing PvP activity tracking, intel, and utilities for the game EVE Online.
GNU General Public License v3.0
31 stars 21 forks source link

Code style fixes and import recheck. #12

Closed Nathan-LS closed 5 years ago

Nathan-LS commented 6 years ago

I imagine Insight breaks just about every style guideline for Python imaginable. Quite a few classes and files need to be renamed for easier management. Some of the module importing is pretty messy and needs a rework.

Insight is stable so I don't want to refactor and accidentally miss something that breaks for the initial v1.0.0 release. This refactor is a definite todo in an upcoming update.