Replies: 2 comments 5 replies
-
Hi! I guess it might be an idea! Honestly up to now I haven't really thought about those things because I was developing the addon alone, but if there's something that can be done to improve the developement process, the changes are more than welcome! :) I have to look into these stuffs, I have never added formatters to python projects (I use clang-format/clang-tidy in C++, not sure if there are similar things for python). |
Beta Was this translation helpful? Give feedback.
-
@cl3m3c7 I tried to run the code with pylint, and I got an insane amount of issues :D https://github.com/Mustard2/MustardUI/actions/runs/14537764867/job/40789502251 Not sure if it's humanly possible to fix them all.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think there is room for improvements in the dev side to make it more easy and enjoyable!
currently, some line of codes are very long (line width), so you have to scroll to see the end of the code which I find so annoying to be honest! and of course to make code consistent with zero effort.
everyone is different when it comes to tools, configs ... and ignoring those "customizable folders" by default makes things easy! I can change, add and customize tools and configs in those folders without needing to do anything about the source control!
Beta Was this translation helpful? Give feedback.
All reactions