Skip to content

Commit

Permalink
A new paragraph in guidelines for submitting opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Dec 13, 2017
1 parent 8bd3f91 commit 4842e30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Submitting_opcodes
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ New opcodes should not have names that start with the letters i, k, f
or a. This is to avoid name clashes with existing orchestras; and yes
it has happened in the past.

Coding
------

Please follow the general style; it is important not to have any static
variables, while static fuctions are encouraged. Any use of external
libraries which introduces new dependencies is a potential problem and
may be best discussed with the core team.


Formatting/Indentation
----------------------

Expand Down

0 comments on commit 4842e30

Please sign in to comment.