Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 344 Bytes

File metadata and controls

6 lines (6 loc) · 344 Bytes
  • Emphasis on code readability and quality, code should document itself
  • Use the edit tool, do not make new files to swap out with command line
  • Always update the README.md with feature updates or changes
  • Always make sure the build passes
  • Always make sure the tests pass (if there are any)
  • Always make sure lint is clean (if available)