Developers
Anonymous SVN (Subversion)
The JANINO code repository is accessible through anonymous SVN. The
location URL is
http://svn.codehaus.org/janino .
Contributing
If you want to contribute (i.e. commit files to the JANINO code repository),
turn to me.
Guidelines
The following guidelines must be obeyed by all contributors. (Why?
Because I'm the despot, that's why.)
Coding
Stick to the existing formatting style:
Version Control
-
Be careful when committing. Know SVN; know what you're doing. Commit only code that
compiles and works.
-
Never commit into the main branch; this is the despot's domain!
-
Discuss with the despot before creating branches.
-
Write unit tests for everything you code. "tests/src/EvaluatorTests.java" is a good starting
point.
-
Use the existing unit tests to verify that you didn't break anything - run "AllTests".
|