corpnewt/CorpBot.py

Code readability

CaedenPH opened this issue · 2 comments

The code is very uncontrolled and everywhere. For most python projects, black is used to format code to ensure readability.
You can find black here: https://github.com/psf/black

my machine in this case is my ability to edit the code

we like spaghetti around here

I don't think everyone should resort to simply using a predefined format for code formatting, because some people may not like the format of black, myself included. Although it is a very nice and useful project, I just do not like the overall format. I'm much better off doing it myself, since I do it automatically as I write the code. And, yes, Corp does acknowledge that it's spaghetti, but you do have to take into consideration that it's a few years of programming experience poured into this project, which may lead to messy code early-on, or even retain throughout the entire project's existence.