Tutorial: Principles

Principles

We follow these simple rules, which enable us to focus on performance instead of coming up with ideas that kill it or distract our attention in any other way.

  1. Performance is our number one priority.
  2. The code needs to be tested and bug-free.
  3. The code needs to be well-documented.
  4. The code needs to be easy to extend.
  5. We improve the code quality through frequent patch releases.

Help us improve this page