You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern that I have been using is that variables or functions from ping-protocol messages are done with snake case to match the ping-protocol docs and definitions, this also helps simplify templates. Other things that include extra logic like helper functions to form the api are done with camel case (according to our guidelines). I think it is the same pattern in ping viewer?
We've decided that language conventions are worth following over a blanket style across all languages, so this can get changed to consistently use snake_case as per PEP8. Breaking APIs is still bad, so unless this is paired with a non-style-based major breaking change it should likely maintain the old calling code as well (perhaps with a deprecation warning).
transmitAngle
vstransmit_frequency
The text was updated successfully, but these errors were encountered: