joystick icon indicating copy to clipboard operation
joystick copied to clipboard

Convert all camel cased variables and options to snake_case

Open rglover opened this issue 2 years ago • 1 comments

This may seem ridiculous/unnecessary but the more I've worked with data, the more I've preferred snake_case. It adds a predictability and clarity that avoids a lot of errors. Not only that, but it works well with dot notation in JavaScript.

Mild pain in the butt, but it will be worth it from a maintenance perspective.

rglover avatar Sep 13 '23 19:09 rglover

For any existing API options that leverage camelCase (e.g., accounts APIs with emailAddress), leave that as an option but prefer email_address in the docs and support it internally.

rglover avatar Sep 13 '23 19:09 rglover

Done. Where appropriate, the legacy camelCase is still supported.

rglover avatar Jul 24 '24 18:07 rglover