Changes for page Software Quality
Last modified by Benjamin Fischer on 2025/09/23 15:46
From version 1.1
edited by Benjamin Fischer
on 2025/09/23 15:17
on 2025/09/23 15:17
Change comment:
There is no comment for this version
To version 1.4
edited by Benjamin Fischer
on 2025/09/23 15:21
on 2025/09/23 15:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,1 +1,7 @@ 1 -There are several tools that can assist developers to increase the quality of the software produced, some of which are outlined here a 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 + 5 +* [[pylint>>https://www.pylint.org/]]: a classic, very thorough, reputation for verbose output 6 +* Ruff: 7 +**