I’m constantly studying to improve my Python skills and learn new things. I learn a lot when I review code. So, is your code good? Send the link of your project or a code snipped that I’ll give you a free and honest feedback about it. Lets learn together!
My code is good enough for the purpose it’s intended for, based on my current knowledge, given the restrictions I have.
It is not good enough from the perspective of various code quality software engineering practices.
When I have time, I go over and review my code and refactor. It happens that sometimes I refactor the same piece of code several times until I leave it alone for a long time.
My coding language changes often so I usually might keep in my mind the common things available in all languages.
I can’t send any code as it’s the property or the company.
You said you refactor your code many times. Are you referring to testing code or product code? If product code, do you mean you use TDD?
I don’t see a reasonable use-case for that in any test related tool code or POCs solutions.
maybe to clearify your question, the “is your code good” does that mean app development or something like “test automation”?
Because you asked the TDD question, that’s not something often used for TA
Yeah, I asked it because I tough 1st the answer were referring to product code, not testing code My bad
No problem at all! Maybe edit it into your original post for people that join this post later on.