docs/goals.md: clarify that the usability of the existing functionality must be improved the first

This commit is contained in:
Aliaksandr Valialkin 2024-06-27 09:54:58 +02:00
parent c9f496bdd0
commit 96bdeb3f10
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB

View File

@ -21,7 +21,7 @@ menu:
to ask these questions at our [support channels](https://docs.victoriametrics.com/#community-and-contributions). to ask these questions at our [support channels](https://docs.victoriametrics.com/#community-and-contributions).
1. Simplifying usage of VictoriaMetrics components without breaking backwards compatibility, so users could regularly 1. Simplifying usage of VictoriaMetrics components without breaking backwards compatibility, so users could regularly
upgrade to [the latest available release](https://docs.victoriametrics.com/CHANGELOG.html) and remain happy. upgrade to [the latest available release](https://docs.victoriametrics.com/CHANGELOG.html) and remain happy.
1. Improving **the essential functionality** of VictoriaMetrics components, which is used by most users. 1. Improving usability for the existing functionality of VictoriaMetrics components.
1. Improving the readability and maintainability of the code base by removing unnecessary abstractions and simplifying the code whenever possible. 1. Improving the readability and maintainability of the code base by removing unnecessary abstractions and simplifying the code whenever possible.
1. Improving development velocity by optimizing CI/CD tasks, so they take less time. 1. Improving development velocity by optimizing CI/CD tasks, so they take less time.
@ -45,7 +45,7 @@ menu:
## VictoriaMetrics proverbs ## VictoriaMetrics proverbs
- **Small usability bugfix is better than non-trivial feature.** Usability bugfix makes happy existing users. - **Small usability fix is better than non-trivial feature.** Usability fix makes happy existing users.
Non-trivial feature may make happy some new users, while it may make upset a big share of existing users Non-trivial feature may make happy some new users, while it may make upset a big share of existing users
if the feature breaks some essential functionaly of VictoriaMetrics components or makes it less efficient. if the feature breaks some essential functionaly of VictoriaMetrics components or makes it less efficient.