Hacker News new | ask | show | jobs
by weaponizedgames 5907 days ago
From your link, Knuth himself says:

"The practitioner of literate programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Such an author, with thesaurus in hand, chooses the names of variables carefully and explains what each variable means."

I agree with Knuth. All my blog post is saying is that, given that a program is little more than a bunch of words (symbol names), we might as well make those words be the documentation instead of cluttering up the screen with more words that we call comments.

1 comments

Sure, I am all for meaningful identifiers.