Hacker News new | ask | show | jobs
by henrik_w 3068 days ago
Not sure if this is exactly what you have in mind, but I have had good success with my method of "learning from my bugs". Whenever I encounter a difficult bug, I write a short entry in my bugs file. I detail what happened, what I overlooked, where I should have found the bug (coding, testing). I also write down lessons learned from it, and I try to regularly review the lessons.

More info here: https://henrikwarne.com/2016/04/28/learning-from-your-bugs/

and here: https://henrikwarne.com/2016/06/16/18-lessons-from-13-years-...