Post #4022404
2026-07-22 23:22 UTC
FIXME
https://mdhughes.tech/tools/fixme/
I keep most of my project planning in comments in the source files.
TODO: Usually main file has a bunch at the top, then I put more where I should add things later.
FIXME: Above or on the line where I know I need to keep working, this is broken/suboptimal.
XXX: Incomplete, often just needs cleaning up.
NOTE: Not a problem yet, but keep an eye on this.
Often I just find these while browsing my code, but to get a proper task list,
I type
Replies (0)
No replies.