Coding Rules

很经典的,也很简练

  1. Remove unused Imports
  2. Use fully qualified Imports
  3. Brackets on the same line
  4. Always use brackets
  5. Use explicit naming
  6. Methods should kept very short
  7. Remove unneeded javadoc
  8. Always provide class javadoc
  9. Use 4 spaces for tabs

你可能感兴趣的:(html)