Skip to content

Get rid of TODOs #58

@fs-c

Description

@fs-c

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions