in reply to Inline POD vs. EOF POD
I hate inline POD. It distracts from the code, and occupies far too much screen space due to the paragraph oriented syntax, combined with the low level granularity of the markup (e.g., try making up a bulleted list of arguments for a given function - you don't see the function anymore, it's all POD).
Personally, I am much in favor of the solution of Lisp and Python: the docstring. In this approach, the first comment after the function definition is taken as documentation for the function. Because of this, code browsers can extract the documentation for the function easily.
Christian Lemburg
Brainbench MVP for Perl
http://www.brainbench.com
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Inline POD vs. EOF POD
by lachoy (Parson) on Jul 09, 2001 at 21:42 UTC | |
by clemburg (Curate) on Jul 10, 2001 at 18:43 UTC |