0

Making an app tidy and clean

I almost done building a program -biology related. - that runs from the command line And the code is getting too messy and repetitive that i am not sure how to refactor it , How would you approach such a program in order to make it easy to read for other programers , how does determine what functions to turn into classes what functions can be taken into pieces and so on

3rd Feb 2025, 2:23 PM
Dareen Moughrabi
Dareen Moughrabi - avatar
4 Respostas
+ 1
I'm not a JetBrains fan but try to open it with PyCharm, install SonarQube plug-in.... I'm not a vscode fan but try to open with it and install SonarQube plug-in.... or open with VSCodium, and install SonarLint (I'm using VSCodium)
3rd Feb 2025, 3:45 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
Mihaly Nyilas thanks i will try it , also what makes you a fan of VSCodium i tried the two other options above never tried the one you use i will give it a try when i can , i read about it for now it seems like its spyware free , less computer heavy does not have microsoft extentions ( which i do not use anyways so not a plus or minus )
3rd Feb 2025, 3:53 PM
Dareen Moughrabi
Dareen Moughrabi - avatar
0
How do we learn more about python
3rd Feb 2025, 4:04 PM
William Otieno
William Otieno - avatar
0
VSCodium does not steal data, telemetry options are disabled by default
3rd Feb 2025, 4:20 PM
Mihaly Nyilas
Mihaly Nyilas - avatar