Wiki source code of Software Quality
Version 1.4 by Benjamin Fischer on 2025/09/23 15:21
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.2 | 1 | There are several tools that can assist developers to increase the quality of the software produced, some of which are outlined here for introduction purposes. |
2 | |||
3 | = Python = | ||
4 | |||
![]() |
1.4 | 5 | * [[pylint>>https://www.pylint.org/]]: a classic, very thorough, reputation for verbose output |
6 | * Ruff: | ||
![]() |
1.3 | 7 | ** |