I haven't seen any explicit coding standards. I have a minor preference for using whatever the "local" style already is, but it isn't a large concern of mine.
Konrad Grochowski <[email protected]> wrote on 09/26/2014 08:03:45 AM: > From: Konrad Grochowski <[email protected]> > To: [email protected], > Date: 09/26/2014 08:04 AM > Subject: C++ coding standards > > 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
