About coding convention #177
-
Hi, I'm in my journey to find handful networking framework in C++ (comming from netty) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm glad you paid attention to this library. Because both c/c++ are used, the naming style does not seem to be uniform. C mainly uses the underscore method and |
Beta Was this translation helpful? Give feedback.
I'm glad you paid attention to this library. Because both c/c++ are used, the naming style does not seem to be uniform. C mainly uses the underscore method and
h or hv_
prefix, and c++ mainly uses the camel case method andnamespace hv
. If you think the reading is not smooth, looking forward your suggest or PR.