Remove the optional data structure

This commit is contained in:
Anderson Torres 2024-05-24 10:30:47 -03:00
parent e2589269fa
commit 98a8348992

View file

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