Comment on Ask HN: How do you read/parse HN comments?Comments−yuvadam15yI usually do a depth-first search. Skip over huge mega threads and just read the top-level ones.If any of them look interesting I'll recursively dig deeper.
Comments
I usually do a depth-first search. Skip over huge mega threads and just read the top-level ones.
If any of them look interesting I'll recursively dig deeper.