You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If good code formatters exists for a language we should use them to stop fighting over how the code should look like. An example for python language would be black (https://github.com/ambv/black)
If no good code formatters exist for the language we should at least specify the code style as a linter configuration and add it to the repository
If we have CI resources we might use CI checks to not pass the tests if there are lint errors
Please list your own ideas below and let me know if you agree with these
The text was updated successfully, but these errors were encountered:
A couple of ideas:
Please list your own ideas below and let me know if you agree with these
The text was updated successfully, but these errors were encountered: