Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 299 Bytes

guidelines.md

File metadata and controls

7 lines (6 loc) · 299 Bytes

Programming guidelines

  • When making a class, please add a Javadoc explaining what it does and add @author <Your Name>
    • If you edit someone else's file, append your name to the list of authors
  • Add Javadocs to methods where it makes sense
  • Keep lines 80-110 characters long
  • Have fun! :)