From 172cc8eb18dca613754a82944ad3449efd00a55d Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Fri, 24 May 2024 17:44:49 -0300 Subject: [PATCH] A semantic detail: treat the first element of meta.categories as most important --- rfcs/0146-meta-categories.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rfcs/0146-meta-categories.md b/rfcs/0146-meta-categories.md index db31510..8446fbb 100755 --- a/rfcs/0146-meta-categories.md +++ b/rfcs/0146-meta-categories.md @@ -147,6 +147,13 @@ A typical snippet of `lib.categories` will be similar to: ``` +### Semantic Details +[semantic-details]: #semantic-details + +Given that `meta.categories` is implemented as a list, it is interesting to +treat the first element of this list as the "most important" categorization, the +one that mostly identifies with the software being classified. + ### Hybrid approach [hybrid-approach]: #hybrid-approach