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.
- WPCS is required
- Use tabs for indentation, spaces for alignment
- Document everything (including how to update)
- Always push to development (aka staging) to test before you push to production
- Don’t push code just before logging off
Full details on development and code organization can be found on our GitHub repository @lezwatchtv/lwtv-underscores.