Closed georgf closed 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).
probe-dictionary/explore.js
camelCase
version_constraint
channelInfo
We should standardize on camel-case where possible.
Before merging this change in, we probably want to let #532 merge first.
I'd like to do this as well...
Fixed by #545.
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.