bcv-vf/CONTRIBUTING.md

4 lines
297 B
Markdown
Raw Normal View History

2018-01-31 15:46:19 +00:00
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")
2019-04-13 00:58:54 +00:00
* All variables must be at the start of each class.