As I start the process of writing a novel of at least 50,000 words in a mere 30 days this month, as part of the National Novel Writing Month insanity, an interesting parallel between novel planning and software design occurs to me.

As I have started doing more work with Perl this year, I started building useful software design skills a bit. As I started planning, in early October, the novel that I started writing on Monday, I realized that much of what I'd taught myself (and what I have also learned from others) about doing good preliminary software design has helped with the task of planning out my novel. That activity, in turn, helped me to better understand the task of software design.

Seemingly wholly disparate, separate skills — writing a novel and writing a program — have much in common in terms of the useful, fundamental skills needed for preplanning them. Each task makes me better at the other.

If only I was so involved with writing Perl last November, my first year of participating in NaNoWriMo, as I am this year.

- apotheon
CopyWrite Chad Perrin


In reply to noveling and software design by apotheon

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.