cortoproject / corto

A hierarchical object store for connecting realtime machine data with web applications, historians & more
https://www.corto.io
MIT License
87 stars 14 forks source link

Improve consistency of API function names #619

Closed SanderMertens closed 7 years ago

SanderMertens commented 7 years ago

There are a few public function calls that follow an outdated naming scheme. An example of this is corto_updateBegin and corto_updateEnd. With the latest changes in the API, functions have been favoring underscores as opposed to camelcase, thus these calls need to be made consistent.

Macro's will be introduced to ensure backwards compatibility. Future versions may display a warning about using deprecated function names.