Development

Writing robust, comprehensible code is as hard as writing articles or documentation. We try to keep our guidelines for development as simple as possible. Everything has to be usable on Windows and Macintosh.

  1. WPCS is required
  2. Use tabs for indentation, spaces for alignment
  3. Document everything (including how to update)
  4. Test before you push to master
  5. Don’t push code just before logging off

Tools

The following tools are used regularly in our development.

Helpful Links