I've actually found most visual programming environments both counter-intuitive (maybe because I'm from the Right Coast, and the visual environments all seem to come from the Left Coast) and counter-productive. Of course, whether visual environments enhance or impair productivity depends quite a lot on what sort of programming one does, and how large and complex the project is. I suspect that visual environments work best on fairly small-scale ("small" is less than about 50,000 significant lines of code) projects which are neither computationally complex , i.e., n-body simulations (see The Art of Computational Science), numerical relativity, global climate modeling, etc, nor require very high performance and auditing standards, such as flight control software.

One thing I tend to find very frustrating about most visual environments is that the accompanying documentation tends to leave a lot to be desired.


emc

Information about American English usage here and here.

Any Northeastern US area jobs? I'm currently unemployed.


In reply to Re: What do you think about having a tool for PERL ? by swampyankee
in thread What do you think about having a tool for PERL ? by firewall00

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.