Before I commit my staged Python files, black formats my code and flake8 checks my compliance to PEP8. If everything passes, the commit is made. If not, then I the perform necessary edits and commit again. Less time is spent on code formatting so I can focus more on code logic. Code reviews are fun! They enable me to learn from otherâs code while providing an opportunity to teach what I know. Howe

{{#tags}}- {{label}}
{{/tags}}