I can second this. I used LP techniques using FunnelWeb on a project in the past, and due to a learning curve with LP, the issues related to not using LP all of the time, and, at least for someone who has been writing code (not necessarily professionally) for over 20 years, just being "not natural", the cost associated with the initial write and now maintenance has made me determine that the next time I need to touch that code that I am rewriting it in more of a "classical" style.

I much prefer something along the lines of NaturalDocs for helping me with my documentation (although I wish that it integrated more fully with POD - perhaps the newer versions do), and more of a classical approach to coding structure.

One thing that really turned me off to FunnelWeb's implementation of LP, and LP in general (perhaps too broad of a brush, perhaps not), was changing, from the programmers perspective, the edit, execute, repeat cycle and replacing it with an edit, compile, execute, repeat cycle. Adding that extra step increased development time somewhat, and hassle significantly.

In certain domains, LP may be the right tool, and while there were some nice things from using LP, but I will need someone else to convince me that it is worth trying it again, since the use of LP was a net loss in productivity, at least in the situation I used it.

--MidLifeXis


In reply to Re^2: An Introduction to Literate Programming with perlWEB by MidLifeXis
in thread An Introduction to Literate Programming with perlWEB by adamcrussell

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.