Use snake_case for metrics data
Frontend usually expects data in camelCase, and our tooling mostly considers that format. All things being equal, is best to use snake_case for HTML data.
Showing
Please register or sign in to comment
Frontend usually expects data in camelCase, and our tooling mostly considers that format. All things being equal, is best to use snake_case for HTML data.