Actually LanX, perhaps this would be the future programming paradigm, assuming AI takes off. Blitzprogramming. Throw everything you got at the problem. I can even imagine the AI creating multiple threads to accomplish the same task via different approaches and whoever returns back wins. An exaggeration for the case at hand though ...

And perhaps software maintanability's role in the future will be diminshed: Specs change? Then create another program. It's true the brain and Nature, in general, don't waste resources like this unless there is good benefit. They tend to reuse and adapt (but also cannibalise unfit specimens). But then that's the Nature of a finite planet. In a digital planet, perhaps it would be cheaper to scrap previous projects.

Testing's role will be pivotal. It may be called "Spec Conformance". Wow, I can't imagine my life without my daily fix of Programming. And fish is scarce today in this forsaken basin.

5min edit: perhaps another paradigm will be Specs and Programs *evolve* together, there would be no need for converting photos...

Anyway, thanks to Aldebaran++ for yet another food-for-thought post.


In reply to Re^4: a nifty utility script from chatgpt by bliako
in thread a nifty utility script from chatgpt by Aldebaran

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.