iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Standardized function names #111

Closed danaack closed 7 years ago

danaack commented 7 years ago

This includes: -standardizing function names across dictionary implementations as much as possible -re-naming pass on files to ensure they are all lowercase_snake_case (except for src/cpp_wrapper files as to not create duplicate named files and violate C++ file naming conventions) -planck-unit submodule rename changes

danaack commented 7 years ago

Standardize function names across dictionary implementations as much as possible.

danaack commented 7 years ago

Do re-naming pass on files to ensure they are all lowercase_snake_case (I'm looking at you, SD_stdio_c_iface)