Hey,

Are C++ coding standards for thrift defined anywhere? I see that lib/cpp looks like this 'ClassName::methodName' but compiler code look more like 't_class_name::method_name'. I definitely prefer first style, but currently I'm playing around compiler. Can I use 'lib' style, assuming that's more recent and compiler code will move toward that look?

-Konrad

Reply via email to