Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

Rename parameters to _parameters. #50

Closed AdamNorberg closed 3 years ago

AdamNorberg commented 3 years ago

https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions#camel-case specifies camel-case with a leading underscore for private or internal instance variables, which I'm so used to that I get confused when I see a camel-case instance variable without the leading underscore; I try to find where I missed the variable definition in whichever function I'm looking at....