Hacker News new | ask | show | jobs
by markus_zhang 1156 days ago
Interesting. I always do that when programming something non trivial. I found it very helpful to sort the threads and clear my thoughts and capture what I don't know but I thought I knew.

I then keep the pseudo code as comments in code and go from there.

But I don't know others are doing the same. I'm a pretty mediocre programmer so I have to do it a lot.