Why I added 80000 lines and deleted 85000 lines of code
2021-05-28, 14:48 (This post was last modified: 2021-05-28, 15:17 by Nils Schmidt.)
2021-05-28, 14:48 (This post was last modified: 2021-05-28, 15:17 by Nils Schmidt.)
(2021-05-27, 8:45)Willy Tschager Wrote: Sounds like a lot of work - let me see if it was worth
(2021-05-27, 9:25)Philippe Hurbain Wrote: Oh - I didn't pay attention to the figures - Wow!!!
I did a lot of refactoring work. https://en.wikipedia.org/wiki/Code_refactoring
This is basically very hard to see from a user's perspective
I had to remove a huge amout of code smells. https://en.wikipedia.org/wiki/Code_smell
Here are all the 97 tasks from the 0.8.53 milestone:
https://github.com/nilsschmidt1337/ldpar...2?closed=1
And here is the code difference between 0.8.53 and the previous version (1,970 changed files with 80,827 additions and 85,264 deletions, not including the lines from renamed files):
https://github.com/nilsschmidt1337/ldpar....8.53-beta
It was only possible with the help of static code checking tools (like SonarLint, SonarQube and "Unnecessary Code Detector").
And of course my IDEs of choice Eclipse and IntelliJ.