Next Previous Contents

11. Literate Programming

Thisone is a funny thing. It's the idea of not to write some comment text within a programm, and might be to take later some special tools, to extract the text

Think of perlpod.
, but to write a big document and later to extract the code from it.
People who don't like to document their code will not appreciate.
I never tryed thatone, but the principle is: All text within verb and code tags, will be gathered into a sourcefile. That's it, because for now I don't remember the name of the tool doing thatone.


Next Previous Contents