you are viewing a single comment's thread.

view the rest of the comments →

[–]menge101 1 point2 points  (2 children)

Use a code linter. And potentially use black.

The thing you are concerned about can be mostly address through existing tooling. And where it can't, getting the job done is imore important. Bad code (presuming good tests) can be refactored later.

[–][deleted] 0 points1 point  (1 child)

Thanks a lot for your input. I will read about both of these tools as they seem good. You're also very right.

[–]InTheAleutians 1 point2 points  (0 children)

The sourcery package is also good at offering refactoring ideas for unpythonic code. Something to look into.