this post was submitted on 17 Jan 2025
452 points (99.3% liked)
Programmer Humor
32896 readers
2541 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
// TODO make this work
Pro tip: Keep a log of your work in a text file. I write a few bullet points for each day and on Friday write a "Next Week" section for my todos on that following Monday. Helps reduce the cognitive load of trying to remember what the hell you were about to do next.
AKA a WAR, which is an unnecessarily aggressive acronym for "weekly action report."
"Weekly action report!? Oh, that means war for sure"
I sort of do this in a block comment at the top of some scripts I write.
Changelog for Completed Stuff and Future Features for todo
I write down my current/next thoughts on a Post-It and stick it to my keyboard for Monday Noodle.