From 98a83489923e4461bd8c6d9051ff830fe2034dcb Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Fri, 24 May 2024 10:30:47 -0300 Subject: [PATCH] Remove the optional data structure --- rfcs/0146-meta-categories.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/rfcs/0146-meta-categories.md b/rfcs/0146-meta-categories.md index 1c1a302..f8ee431 100755 --- a/rfcs/0146-meta-categories.md +++ b/rfcs/0146-meta-categories.md @@ -260,8 +260,6 @@ found are listed above (linked at [references section](#references)) Still unsolved is what data structure is better suited to represent a category. - 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