Hacker News new | ask | show | jobs
by tudorpavel 2206 days ago
+1 to self code reviews, I almost always find stuff I've missed or could have done better.
1 comments

I often comment on my own PRs to explain alternatives or tradeoffs I considered. These aren't necessarily worth capturing in permanent documentation or TODOs, but can share knowledge or build confidence that I've considered various angles that might come up in a review.

I'll also call out places where I'm not happy with the implementation, looking for feedback, etc.