Ignition Project Development Style Guide

Both PEP 8 and the Google Python Style guide advise using lowercase, with words separated by underscores (lower_with_under) when naming variables, functions etc. in python scripts.

I'm curious as to what rationale you have for standardizing on use of lowerCamelCase for custom property names, parameter names, as well as python variable names, python function names etc. as indicated the current version of your style guide.

Is there any deeper rationale beyond the poll you ran in 2015?

I'm in the middle of attempting to generate my own style guide and am looking for as much best/standard practice info as I can find. Thanks.

1 Like