From 96bdeb3f101442d62978f4cf77f6a5221fe7be1a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 27 Jun 2024 09:54:58 +0200 Subject: [PATCH] docs/goals.md: clarify that the usability of the existing functionality must be improved the first --- docs/goals.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/goals.md b/docs/goals.md index 0c8612950..7679afb82 100644 --- a/docs/goals.md +++ b/docs/goals.md @@ -21,7 +21,7 @@ menu: 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 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 development velocity by optimizing CI/CD tasks, so they take less time. @@ -45,7 +45,7 @@ menu: ## 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 if the feature breaks some essential functionaly of VictoriaMetrics components or makes it less efficient.