Hacker News new | ask | show | jobs
by yuvalr1 1488 days ago
I always use code comments with my name during the work to help me remember things I want to change but don't want to do them right in this moment. Then before pushing I make sure there is no comment bearing my name.
1 comments

I use // FIXME for the same reason. When I get ready to create my merge request a global // FIXME will point out anything I missed.