placeholder
Put a "START HERE" message in your code, or, given the "-t" switch, put
a "TODO" banner in your code.
Only for major operations.
the messages
start here
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
// START HERE
todo
// TODO
// TODO
// TODO
// TODO
// TODO
// TODO
// TODO
// your message here
(depends on your editor to format/indent it)
using in vim/nvim
:r !placeholder [-t]
Then (unless -t given), close your computer for the day! (Or... move on
to your next thing...)
misc
Maybe should have been called "starthere".