code comments made easy
23 Jan 2006Here’s a solution to those incredibly tedious code comments. Click a few buttons, move a few sliders, and The Commentator{.broken_link} automatically generates comments for you.

Personally I think all my code comments follow the conventions in the last example of that page:
(verbosity=3, relevance=0, religous references on)
int sum = 0;
//goddamit I need some freaking coffee
for (int i= 0; i < a.length; i++) {
sum += a[i];
}
(I can’t remember where I got this)
Posted on 23 Jan 2006 • in blog-archive •