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

Libraries

In order to make maintenance easier, instead of checking everything all the time, we use composer for included libraries. To update libraries, run composer update and everything will be put in the right place.

Tools

The following tools are used regularly in our development.

Helpful Links