A long time ago I started leaving a trivial compile error (I was doing C++ at the time) in the code when I left for the day as a little bookmark, so the next day I'd just kick off a compile and see right where I was working.
Same here. I leave a to-do comment but without the comment delimiter. Won't compile, and it describes why. Feels a little like I'm living in the movie Memento, but it works.
Comments
A long time ago I started leaving a trivial compile error (I was doing C++ at the time) in the code when I left for the day as a little bookmark, so the next day I'd just kick off a compile and see right where I was working.
Same here. I leave a to-do comment but without the comment delimiter. Won't compile, and it describes why. Feels a little like I'm living in the movie Memento, but it works.