KnittingBoar icon indicating copy to clipboard operation
KnittingBoar copied to clipboard

Methods names should not start with an upper case character

Open brockn opened this issue 12 years ago • 0 comments

In java it's non-standard to have methods which start with an upper case character:

http://www.cwu.edu/~gellenbe/javastyle/method.html

as it makes it difficult to distinguish from a constructor, doubly so when you have inner classes.

brockn avatar Nov 25 '12 22:11 brockn