Skip to content
Mateus Oliveira edited this page Sep 5, 2022 · 3 revisions

There is more this template could do this to improve and enforce the quality of the projects that use it? Yes, of course.

Static code analysis tools

There are several static code analysis tools the template does not use. to cite some:

  • sonarqube: Can be good to check for commented code, duplication and TODOs lefts in the code.
  • vulture: Checks for dead Python code.

Monitoring

The template is focused in development, but the most important part of the product is production (when it comes to the clients/users). And if the product has a web server, for example, if something goes wrong (like the server shuting down unexpectedly), you do noy want know about it from your clients complains on social medias, but from a monitoring system.

Clone this wiki locally