http://www.perlmonks.org?node_id=531606


in reply to Re: OT: The mythical man month - have we learned nothing?
in thread OT: The mythical man month - have we learned nothing?

You might as well ask a team of a dozen writers to write a novel. Yeah -- think of the odd looks you'd get -- but it's true, a piece of software is a lot like a novel, with characters, plots, background, themes, and so forth.
The problem with this analogy is that, for example, many sitcoms (Friends comes to mind) do have teams of writers. They do churn out more episodes faster. I feel that many software projects are much more like sitcoms than Paul Auster novels, not least in terms of artisticity1.

1My english is obviously not at its best today. I'll let another writer on our team fix that though.

  • Comment on Re^2: OT: The mythical man month - have we learned nothing?

Replies are listed 'Best First'.
Re^3: OT: The mythical man month - have we learned nothing?
by Aristotle (Chancellor) on Feb 21, 2006 at 05:27 UTC

    But do they write each episode with 10 people working on every script, or do they write 5 scripts in parallel with 2 people working on each of them?

    Nine pregnant women do make 9 babies in 9 months, after all. They just can’t make any one of the babies in any less than 9 months.

    Makeshifts last the longest.

Re^3: OT: The mythical man month - have we learned nothing?
by talexb (Chancellor) on Feb 21, 2006 at 15:44 UTC
      The problem with this analogy is that, for example, many sitcoms (Friends comes to mind) do have teams of writers.

    True -- but a sitcom is about 22 pages, and consists mostly of dialogue with a few stage directions. Now imagine if you were transcribing that into purely written word; you'd have to describe each nuanced expression, passing glance, each character's thoughts, a description of the apartments, the time of day, time of year, the weather, possibly current events.

    I've acted in a few stage plays. What's in the script is maybe 20% of what finally apears on stage. Learning the words isn't enough -- you have to know the story and be able to communicate that to the audience. I was on stage once with another character -- she lost her place, but there was no panic on my part -- I just continued with the story, asking her a question that led her right back in where we left off (I would have stopped to mop my brow if I could have done it in character).

    It's like the difference between a Big Ball of Mud and a Big Ball of Mud that's been commented. It's still large, round, and awfully messy, but at least with comments you can peer into the thoughts of the characters that created this world, and from there understand the 'intent'. Without it, you're into the misty world of software forensic pathology.

    And that's like the difference between TV (a warm medium) and a book (a cold medium). With TV, you just sit there like a blob; a book forces you to engage, to think, to wonder. And that's why I believe Management don't get it -- they think software developers are writing for TV, when in fact they're trying to write a really good book.

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

    Update: Fixed typo. Thanks Roy Johnson.