GeoTIFF / geoblaze

Blazing Fast JavaScript Raster Processing Engine
http://geoblaze.io
MIT License
181 stars 28 forks source link

Camel case #115

Closed sdpeyton closed 6 years ago

sdpeyton commented 6 years ago

What

Its in the title really, this PR converts everything to camel case.

Why

Since camel case is the standard in javascript land, we should (however reluctantly) conform, as it will help establish legitimacy and bring in contributors.

An alternative would have been to first set up eslint, and then move things over to this, but I just really wanted to get this over with, so I just went with it.