Reviewing instructions
======================

Here are some steps that a reviewer should go through during a review:

- checking that all the methods are documented or commented (important: check
  that @raises are present if a method is likely to throw an exception)
- put your name next in second maintainer variable: __maintainer2__
  ... below __maintainer__
- compiling the documentation and checking that everything is fine
- check code style complies with the one explained in `coding style`_

.. _coding style: /elisa/trac/wiki/CodingStyle
