dguil16 / DHBot

DH Discord Bot
0 stars 1 forks source link

Architecture - General #3

Open akumbera opened 7 years ago

akumbera commented 7 years ago

Currently, the bot is broken up into objects with no apparent logical structure. This potentially represents poor understanding of oop on my part, or a choice of paradigm that is ill suited for the problem at hand.

I do not believe that the bot is best represented by a hierarchy of object types. Rather, I believe a functional paradigm would produce a cleaner solution. Recommend that I restructure the program into functional modules.

dguil16 commented 7 years ago

This might also be a good Spring Break project for me next month.