From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d5b211b0c1ffcf3e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.193.129 with SMTP id ho1mr5660436pbc.8.1339347843701; Sun, 10 Jun 2012 10:04:03 -0700 (PDT) Path: l9ni38049pbj.0!nntp.google.com!news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Practicalities of Ada for app development Date: Sun, 10 Jun 2012 19:04:02 +0200 Organization: Ada @ Home Message-ID: References: <79c5c9f7-4b72-4990-8961-b3e2db4db79b@qz1g2000pbc.googlegroups.com> <98ef69fe-f5af-485b-89b2-9358059f4582@googlegroups.com> NNTP-Posting-Host: 2hIswOSkt76vRkM8uQyyQw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.00 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-06-10T19:04:02+02:00 List-Id: Le Sun, 10 Jun 2012 17:49:40 +0200, Shark8 a = = =C3=A9crit: > Ironically, most of them aren't used in the mainstream of software = > development which tends to fall back on C's string manipulation [style= = > of] functions or Regex (which is horrible if you look at Regex from a = = > maintenance perspective.). If Regular Expressions appears as is, as literals in the program, yes, = that's a maintenance nightmare. But you may decompose the expressions, = build them incrementally (I use to do it with Python), or even fork to = something similar which could use objects and structures instead of = unreadable literal expressions (I don't one, just an idea). -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity