Skip to content

voomdoon/coding-conventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

coding-conventions

Coding principles

  • TDD
  • DRY
  • meaningful and descriptive names

TODO types

  • TODO
    • MUST have a reference to an open issue (preferably tagged with enhancement)
  • FEATURE
    • MUST have a reference to an open issue (preferably tagged with feature)
  • FIXME
    • MUST have a reference to an open issue (preferably tagged with bug)
  • DOCME
    • Indicates incomplete JavaDoc.
  • TESTME
    • Indicates missing test coverage.
    • Editing might be risky.
  • XXX
    • Something is unclear.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published