Ah, but in higher-level languages comments are bugs.
back
1 comments
Knuth would disagree.
Haskell has a `mode' called Literate Haskell, were everything is a comment, unless you specify otherwise (e.g. enclose it in \begin{code} and \end{code} pairs).
Well, I would say that Knuth doesn't put comments, he puts chapters. His code is quite a pleasure to read.
I don't yet seem to be at that level of evolution yet.