mariuszhermansdorfer / SandWorm

Augmented Reality Sandbox for Grasshopper & Rhino
MIT License
20 stars 11 forks source link

Standardise parameter naming conventions #59

Closed philipbelesky closed 3 years ago

philipbelesky commented 4 years ago

This came up in #44 but potentially affects much more than that branch. Currently most Sandworm components used camel case for parameter names; aside from those being added in #44. To the extend native Grasshopper components use more than one word, they do so using a space. There are some prominent exceptions to this though (i.e. in Kangaroo).

I have a mild preference for not using camel case, but happy to go with either option if consistent.

On a similar note SandWorm itself is pseudo-camel cased, but its namesake is "sandworm". Would it be ok to change that also (at least for the component names; I don't think class names etc would need to follow that convention)