Personally, I also tend to start with a text description of what I want the script to do which I then break down until I end up with a mix of pseudo code and comments, but in the past I've also created flow-chart type things.

I never used a program to do it, just a large dry erase board, a marker, and some larger sized post-its.

Its simple to use and takes almost no time at all to get started. I can move things around quickly, draw/redraw lines between notes, stack notes on top of other ones, or replace notes all together.

I think if I had used some kind of visio-type program I would have spent all my time playing with different boxes/borders/fonts/colors or at least spent time learning the ins and outs of the software itself when what I really wanted was to get to work solving the problem at hand.


In reply to Re: Tool used by Perl developers to design the flow of Perl Projects by RAS230
in thread Tool used by Perl developers to design the flow of Perl Projects by paragkalra

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.