testrepo/CONTRIBUTING.md
2019-04-12 18:58:54 -06:00

297 B

Contribution Guide Lines/Coding Conventions:

  • Packages must start with the.bytecode.club.bytecodeviewer
  • If code you write can throw an exception, handle it using new the.bytecode.club.bytecodeviewer.ExceptionUI(exception, "authors@email.com")
  • All variables must be at the start of each class.