ropensci / bikedata

:bike: Extract data from public hire bicycle systems
https://docs.ropensci.org/bikedata
81 stars 16 forks source link

only use int in src/ #74

Open mpadge opened 6 years ago

mpadge commented 6 years ago

The google C++ style guide is a good argument against usage of unsigned int and the like. Modify all src/ code to follow this.

mpadge commented 6 years ago

okay, the CppCoreGuidelines are much better, while still concurring here.