BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce Complexity

BrianMitchL opened this issue · comments

Several functions still require large dicts and other data to be passed around. It would be great if only the data needed would be passed around. This should help with #5.

There is much better structure, inline documentation, and code cleanup that has happened with v2.0, I think that complexity has been reduced.