in reply to Re: Inline POD vs. EOF POD
in thread Inline POD vs. EOF POD
When it comes to the traditional CPAN module, I'm with you all the way.
But there are other cases; consider the in-house developed program consisting of a number of classes. This is often not a case of just using a stable module or two, but a living piece of code that is indeed being changed, added to, refactored, reimplemented every once in a while.
That was primarily what I was thinking of when stating that inline POD is useful to document interfaces. Not in a "guide" way, but in a "reference" way. If a class needs notes about intention, recommended use, etc. that should of course be part of the docs too.
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline POD vs. EOF POD
by Abigail (Deacon) on Jul 11, 2001 at 14:07 UTC | |
|
Re: Re: Re: Inline POD vs. EOF POD
by jplindstrom (Monsignor) on Jul 12, 2001 at 19:51 UTC |