Updated TODO (excuse to test Packagist hook).

This commit is contained in:
flash 2023-07-21 18:16:29 +00:00
parent ecce01c537
commit 25720957fe

View file

@ -15,8 +15,6 @@
- Create similarly address GD2/Imagick wrappers.
- Review CSRF code, Something about it has me constantly wondering if its too Complex.
- Figure out the SQL Query builder.
- Might make sense to just have a predicate builder and selector builder.
@ -24,10 +22,6 @@
- Add RSS/Atom feed construction utilities.
- Probably get rid of StringBuilder, PHP strings aren't entirely immutable so that whole issue doesn't even exist.
I have a number of possible fixes in my head for this. The primary reason for A/W/IString was to have a consistent API between
normal strings and mbstrings. I'm not sure yet but part of me wants to keep IString but move a lot of functionality into XString and make that the go-to. WString could remain, maybe in a reduced form? Having the encoding of the string associated with it is very convenient.
## Low Prio
- Get guides working on phpdoc.