Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Me too, just so that I know where I left off and what exactly I want to do next. Or if I found something that I will need to consider but havn't gotten around to yet.
-
That's what comments are for: to know what you were thinking back then
You basically came up with a best practice on your own -
I write broken tests for myself for this
Preferably at least half real test,
At the worst I can always write
def test_deployment_of_translation_to_s3_bucket ():
raise NotImplementedException() -
Even worse: I come in almost every day with 2-3 emails with notes from myself waiting for me. I can't ever seem to fully turn my brain off to work (though it's rarely a problem, it's just background thought that sometimes manifests into a coherent thing that I want to remember the next day, and an email is the most convenient approach).
-
mojo20128143yI just put my machine to sleep. Once I returned from a 4 week vacation only to notice that the debugger was still halting on a breakpoint.
Although I have to admit I had bo clue what I was debugging back then 😅 -
ltlian21963yI message coworkers on slack about stuff as a means of personal notekeeping. I have an agreement with a couple people where we do this almost as a form of rubber ducking.
If I have to run in the middle of a change without wanting to commit or stash I might leave an #error TODO or some intentional syntax error.
Sometimes I leave comments to myself at the end of the work week to remember on monday where I left off
Anyone else does this? 🤔
rant