Y
Hacker News
new
|
ask
|
show
|
jobs
by
mixmastamyk
790 days ago
It’s not horrible, but I found a few odd things, like f-strings w/o params, long cli options with underscores, non-pythonic if == 0, etc.
1 comments
mixmastamyk
790 days ago
Also the main god function is incredibly long and nested, as others mentioned. Nested --> long lines --> black making a mess.
link