You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally I add code that I know will have to be rewritten sometime soon (tm). I'm opening this issue to
keep track of these instances, since I don't always add a TODO note in the relevant place
keep a list of existing TODOs that I can work my way down of
$ git grep "TODO"
src/config.h: // TODO: None of the text breaking functions handle newlines.
src/config.h: // TODO: This is ugly and prone to bugs.
src/config.h: // TODO: This should be more general.
src/osu/osu.cpp: // TODO: Run this in parallel.
src/osu/osu.cpp: // TODO: This pile of shit is copied pretty much straight from maniac 0.x and needs to
src/osu/osu.cpp:// TODO: Break up into smaller functions, this is ugly as all hell.
src/osu/osu.h: // TODO: Generic pointers are bad in the long run.
src/osu/osu.h: // TODO: Look into KEYEVENTF_SCANCODE (see esp. KEYBDINPUT remarks section).
src/osu/osu.h: // TODO: Magic numbers are a bad idea.
src/process/process.h: // TODO: Get rid of this ASAP once std::format is out.
src/process/process.h: // TODO: See above.
The text was updated successfully, but these errors were encountered:
Occasionally I add code that I know will have to be rewritten sometime soon (tm). I'm opening this issue to
TODO
note in the relevant placeTODO
s that I can work my way down ofThe text was updated successfully, but these errors were encountered: