Roger - We don't have any "official" coding style guidelines, though I'd say pretty much every library (and the compiler) have an implicit set of guidelines they follow.
As far as having an enumeration for protocol and transport types: Do you mean some code construct that identifies them all, or just some wiki page? In either case, I'd suggest you open a ticket in JIRA for us to create what it is you're looking for. -Bryan On Thu, Jul 8, 2010 at 5:07 PM, Roger Meier <[email protected]> wrote: > Hi all > > is there a coding style manual for Thrift contributers? > > I was looking for a CodeStyle inside Source, Wiki, etc. and did not found > anything. > e.g. > C++ => boost style, facebook? > Java: http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html > JavaScript: http://javascript.crockford.com/code.html > > Another question is... > Why are there no enumaration for protocol and transport types? > > Thanks > > Roger > >
