update todo

This commit is contained in:
Edward R. Gonzalez 2023-07-19 00:24:00 -04:00
parent db584d8fe6
commit 1488aeb188

View File

@ -696,3 +696,6 @@ Names or Content fields are interned strings and thus showed be cached using `ge
* Easier to tailor make the library for other projects.
* Most code can be in componentized into files and then scanned in.
* Can offer a more c-like version for the implementation, make namespaces optional, etc. (Good way to stress test it)
* Should the builder be an "extension" header?
* Technically the library doesn't require it and the user can use their own filesystem library.
* It would allow me to remove the filesystem dependencies and related functions outside of gen base headers. ( At least 1k loc reduced )