Tools and links that can help with code quality
Tools and links that can help with code quality
|
Jan-28-2021, 10:53 AM
You can look into automated code review tools
One of the popular ones is Codegrip. Codegrip is an automated code review tool that will connect with your git account and analyses your projects automatically after every commit/Pull-request, an will provide you will the required analysis and solutions for all your issues and the technical debt they all incur.
Jan-28-2021, 11:30 AM
Not only related to Python: Use Sphinx to make documentation.
My code examples are always for Python >=3.6.0
Almost dead, but too lazy to die: https://sourceserver.info All humans together. We don't need politicians! |
|
Users browsing this thread: 1 Guest(s)