Do we have an official set of coding conventions? There's a couple of things listed on the source guide page[1], and I know we have the eclipse formatter[2].
I was hoping for something more document oriented. Or a statement that we use something like the sun standard[3] as a basis with the changes noted on the source guide page. The proximal cause of this is that I noticed we have a mix of variables named in mixedLowerCase and lower_separated_by_underscores. -Sean [1]: http://accumulo.apache.org/source.html#coding-practices [2]: http://bit.ly/1abKQAl [3]: http://www.oracle.com/technetwork/java/codeconv-138413.html
