Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One thing that can reduce the PR back-and-forth is to use linters in pre-commit hooks and/or pipelines. For example, if you are using Python then run flake8/black etc automatically on the committed code so you don't end up with bikeshedding over stupid things like line length and bracketing style. This can be enhanced by automated services such as Sonarcloud to catch potential security issues, code repetition and so on.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: