ogame-tbot / TBot

OGame bot
81 stars 35 forks source link

Refactor for Code Maintenance and Future upgrades #125

Closed Crucio32000 closed 2 years ago

Crucio32000 commented 2 years ago

Current TBot implementation is full of static functions and spare logic put in different classes. This refactors aims to group the logic into specific classes in order to improve code maintenance and let future development / feature development eased. Refactors aimed to let TBot to respect SOLID principles.

To summarize in a couple of points:

Still in progress: