When do I need to start grouping my functions into classes?

113 views Asked by At

I have a python script that has has a few nested menus and I want to ask if it is better if I group the individual functions together into classes. I have a main menu with two sub menus and each sub menu has another sub menu. The code is in this link: https://github.com/mangoomeh/clashRoyaleClanManager/blob/master/clash.py

0

There are 0 answers