diff --git a/TODO.md b/TODO.md index 8d8ffca..b45dd9d 100644 --- a/TODO.md +++ b/TODO.md @@ -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.