MultiGeiger
MultiGeiger copied to clipboard
Align function names to either camelCase or snake_case
While working in display.cpp, I noted different naming styles. We should align these names before release of next milestone - also in other modules.
CamelCase is somehow old style right?
snake_case is better readable?
In Python, there is PEP8 as a style guide, not sure about what's most popular for C.
@t-pi IIRC you did some work on this. should this ticket be closed or is there remaining work to do?
@t-pi ping.
needs more work... / needs checking again.