Wanderer wrote:
Which is the more accepted way to compose method names nounVerb or verbNoun?For example voltageGet or getVoltage? getVoltage sounds more normal, but voltageGet is more like voltage.Get. I seem to mix them and I should probably pick one way and stick with it.
I would use the 'normal' order, which in this case is 'get_voltage'. -- http://mail.python.org/mailman/listinfo/python-list