From 004fc01b755c9eaf6a4fa96414b1197b50900709 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Tue, 9 May 2023 23:04:22 -0300 Subject: [PATCH] Add an option of category data structure --- rfcs/0146-meta-categories.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rfcs/0146-meta-categories.md b/rfcs/0146-meta-categories.md index 03839c5..634353a 100755 --- a/rfcs/0146-meta-categories.md +++ b/rfcs/0146-meta-categories.md @@ -227,7 +227,10 @@ The most immediate drawbacks are: [unresolved]: #unresolved-questions Still unsolved is what data structure is better suited to represent a category. -For now we stick to a set `{ name, description }`. + +- For now we stick to a set `{ name, description }`. +- Given the redundancy of the option above, another possibility is something + like `nameOfCategory = { description = ""; . . . }` # Future work [future]: #future-work