Add an option of category data structure

This commit is contained in:
Anderson Torres 2023-05-09 23:04:22 -03:00
parent 79b92e9f34
commit 004fc01b75

View file

@ -227,7 +227,10 @@ The most immediate drawbacks are:
[unresolved]: #unresolved-questions [unresolved]: #unresolved-questions
Still unsolved is what data structure is better suited to represent a category. 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 work
[future]: #future-work [future]: #future-work