GuillemCastro / rt-data

rt-data is a data acquisition framework for embedded and IoT systems
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Make all methods snake_case #4

Closed GuillemCastro closed 4 years ago

GuillemCastro commented 5 years ago

Now most public methods are camelCase, private methods and properties snake_case, and class names PascalCase.

It is proposed to make all methods (public and private) snake_case to align with the C++ standard.

GuillemCastro commented 4 years ago

Integrated with PR #12