mozilla / telemetry-dashboard

Web-frontend for aggregated telemetry data
telemetry.mozilla.org
Other
91 stars 114 forks source link

Use standard naming pattern in probe-dictionary code #539

Closed georgf closed 6 years ago

georgf commented 6 years ago

In probe-dictionary/explore.js, we mix two different naming conventions, camelCase (e.g. version_constraint) and underscore-separated words (e.g. channelInfo).

We should standardize on camel-case where possible.

georgf commented 6 years ago

Before merging this change in, we probably want to let #532 merge first.

Insiyaa commented 6 years ago

I'd like to do this as well...

georgf commented 6 years ago

Fixed by #545.