[PR #3805] Part: fix typos in source function names and variables

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

[PR #3805] Part: fix typos in source function names and variables

Post by Kunda1 »

Can someone compile and test these changes? :mrgreen:
https://github.com/FreeCAD/FreeCAD/pull/3805
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
vanuan
Posts: 539
Joined: Wed Oct 24, 2018 9:49 pm

Re: [PR #3805] Part: fix typos in source function names and variables

Post by vanuan »

Shouldn't it be done by CI? Is this part of the code covered by tests? Are there any coverage tools?

I think simple refactorings like this are safe. Especially in C++. Unless this is a public API used by third-party workbenches.
Post Reply