Earlier quoted context omitted.
I tried to find more information on this by searching for those terms and "damian conway" but came up empty. Would you mind sharing a link, if you have one?
"Coding in paragraphs" is described in Damian Conway's book "Perl best practices" [1] Myself I like coding in paragraphs very much, and giving the paragraphs one-liner headings (comments) definitely makes code for me more readable and easier to navigate. I usually don't give a heading to a "paragraph" which is just one line, unless that line does something subtle. (Conway provides a definition of "subtle": if you nee…
Thanks for the link. I may have to find a copy of that book at the library :)