A semantic detail: treat the first element of meta.categories as most important

This commit is contained in:
Anderson Torres 2024-05-24 17:44:49 -03:00
parent a029a2261d
commit 172cc8eb18

View file

@ -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