Home | History | Annotate | Download | only in doc

Lines Matching full:capitalized

999   <p> Class names should be nouns, in mixed case with the first letter of each internal word capitalized. Try to keep your class names simple and descriptive. Use whole words-avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML).
1020 Names of fields that are not final should be in mixed case with a lowercase first letter and the first letters of subsequent words capitalized.
1045 Methods should be verbs, in mixed case with the first letter lowercase, with the first letter of each internal word capitalized.