-
Notifications
You must be signed in to change notification settings - Fork 93
Issue priority guidelines
Gonzalo José Carracedo Carballal edited this page Feb 23, 2020
·
1 revision
This page specifies what kind of issues must be prioritized in case of contention during different development stages. The general principle is "deliver, be correct and, every time you can, easy to use". Also, "premature optimization is the root of all evil". Therefore, in case of multiple issues popping up in the issue list, the pick order must be the following:
- Feature development
- Correctness fixes
- UX fixes
- Performance fixes