Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 303 Bytes

File metadata and controls

4 lines (3 loc) · 303 Bytes

Project Rules

  • Never add decorative section-style comment headers (e.g. // ==================, // ----------, // ~~~~ or similar). Use plain single-line comments only when necessary.
  • Always use imports (use statements) instead of fully qualified class names in test files and source code.