in reply to [literate programming] How to mix POD with code? And how to fold this?
POD just allows you to put documentation close to code - but normal comments allow you to do that as well. Literate programming is when documentation replaces (parts of) code, and defines the control flow; a preprocessor assembles bit and pieces of code found in documentation into a program. POD doesn't do that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [literate programming] How to mix POD with code? And how to fold this?
by LanX (Saint) on May 04, 2010 at 14:32 UTC |