Hacker News new | ask | show | jobs
by dllthomas 2730 days ago
Maybe a loose correlation? Highly commented code was probably not written under tremendous time pressure; uncommented code can go either way. Wrongly commented code is painful, though.

And then there's something I recall running into, a decade ago:

    using namespace std; // using namespace standard
1 comments

I always wondered what std stood for /s
Inorite?

It wasn't even "using standard namespace"...