24 Feb
2015
24 Feb
'15
6:33 a.m.
More generally, does CHIRP have a style guide that I can reference?
Python does, and it's called PEP8. Without mechanical enforcement, it's hard to keep all the code in line, but we should try. There is a highly-opinionated tool called pep8 that can check your work.
https://www.python.org/dev/peps/pep-0008/
Thanks!
--Dan