Unified naming convention
wbpcode opened this issue · 2 comments
wbpcode commented
In the project, there are currently three different naming convention for member functions:
- camelCase: method of most of class.
- PascalCase: method of hessian2::Reader/hessian2::Writer such as ReadNbytes, ByteAvailable etc.
- snake_case: some method of hessian2::Object to_string, to_long etc.
It would be nice if they could be unified.
wbpcode commented
I could use some spare time to get this done. But first we need to confirm our naming convention.