From 6289abed8076e9c1700bb387dfc12b2712ca1823 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Thu, 11 May 2023 23:26:11 -0300 Subject: [PATCH] reorder arguments against nuking --- rfcs/0146-meta-categories.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/rfcs/0146-meta-categories.md b/rfcs/0146-meta-categories.md index 634353a..2769ea1 100755 --- a/rfcs/0146-meta-categories.md +++ b/rfcs/0146-meta-categories.md @@ -212,17 +212,14 @@ The most immediate drawbacks are: - The categorization is already present; this RFC proposes to expose it to a higher level, in a more discoverable, structured format. - - Categorization is very traditional among software collections. Many of them - are doing this just fine for years on end, and we can easily imitate them - - and even better, given we have Nix language machinery available. - - - A well-made categorization is useful for specialized search engines, - adding a new field for narrowing searches. - - The complete removal of categorization is too harsh. A solution that keeps and enhances the categorization is way more preferrable than one that nukes it completely. + - Categorization is very traditional among software collections. Many of them + are doing this just fine for years on end, and Nixpkgs can imitate them + easily - and even better, given we have Nix language machinery available. + # Unresolved questions [unresolved]: #unresolved-questions