Linting and Code Formatters: To Implement or Not To Implement? #10
JonahRileyHuggins
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the project grows, I'm wondering if investing into linters and code formatting would help the project. Certain Linters can enforce "clean code" and perform automatic unit testing of functions. Popular ones for python are Pylint (Linter) and Black (code formatter)
Community thoughts?
Beta Was this translation helpful? Give feedback.
All reactions