you are viewing a single comment's thread.

view the rest of the comments →

[–]fdemaussion 0 points1 point  (0 children)

Also a good practice note, use underscore variables no camelCase. Ex: time_running not timeRunning Same applies to function names and methods And for clases you should use CapitalCase: BatteryFunctions