Well, it kinda depends, doesn't it?

If you're talking about code, then yes I agree 100% that it doesn't make very much sense.

But if we're talking about drag-n-drop to build a GUI, it makes very much sense to use a visual tool to define a visual thing (e.g. a dialog box, or an application window) instead of fiddling around with snippets of code to build it.

Perhaps the most important distinction between the two would be to say that the GUI builder is declarative, and the manual code way of building a GUI is imperative. I think that's important.

That kind of thinking could also be brought back to the original question of drag-n-drop coding. While it may be inherently bad to do this for imperative coding, maybe it works better for a declarative style?

Thoughts?

/J


In reply to Re^2: What do you think about having a tool for PERL ? by jplindstrom
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.