On Sun, May 15, 2011 at 3:15 PM, Richard Quadling <rquadling@xxxxxxxxx>wrote: > Personally, I would recommend using 1 naming convention and sticking with > it. > I wholeheartedly agree. Multiple method names is not flexibility--it's confusion and an open invitation for bugs. Plus, even with two styles you'll never satisfy everyone. For example I would expect getNumRows() or getRowCount(). David