Cleanup #381
Replies: 3 comments 17 replies
-
Sure. May be you can let us know here in this thread starting with whatever the most critical to fix. |
Beta Was this translation helpful? Give feedback.
-
@larsnaesbye I totally agree that the project has a lot of code waiting to fail. I've been tackling some as I've been making changes but there are still a lot. In particular there is a lot of duplicate code. I would like to add a GitFlow to regularly update the static code output in SonarCloud. https://sonarcloud.io/dashboard?id=com.github.mars-sim%3Amars-sim |
Beta Was this translation helpful? Give feedback.
-
For months I've been focussing on refactoring and improving the design and performance but I'm going to change tack for a while and look at the Critical & Major bugs/CodeSmells reported by SonarCloud. |
Beta Was this translation helpful? Give feedback.
-
A simple code analysis run shows a lot of potential improvements across the entire project.
Some things can be fixed quite easily, like unused imports can just be removed.
Others can't be automatically fixed by the IDE, because it'll make guesses as to variable names that might make the code less readable.
Beta Was this translation helpful? Give feedback.
All reactions