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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,174ec7dc941a1068 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!storethat.news.telefonica.de!telefonica.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Factory Pattern From: Georg Bauhaus In-Reply-To: <1185432247.046242.24300@o61g2000hsh.googlegroups.com> References: <1185387571.367570.163160@r34g2000hsd.googlegroups.com> <1185432247.046242.24300@o61g2000hsh.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1185439242.28126.36.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Thu, 26 Jul 2007 10:40:43 +0200 Organization: Arcor NNTP-Posting-Date: 26 Jul 2007 10:40:14 CEST NNTP-Posting-Host: ee743dff.newsspool3.arcor-online.net X-Trace: DXC=X`bOOHBDDA]@@RW1FjIB5SMcF=Q^Z^V3X4Fo<]lROoRQ^YC2XCjHcbY6ck;?o1gXOUN[W On Wed, 2007-07-25 at 23:44 -0700, Maciej Sobczak wrote: > On 26 Lip, 02:51, "Jeffrey R. Carter" > wrote: > > > I would think that an enumeration type would be better than Integer for > > selecting among a few choices. Using Integer probably reflects C/++ > > thinking. > > No. C and C++ have enumerations. > > > Like all well designed languages, Ada is not case sensitive. > > Careful. It is a question of interpretation of any given character set > and it can be different with different tools, and there are many. Many case sensitive tools seem to be inspired by the case sensitive 7bit tools, and the case sensitive programmers, used in creating them. > In addition, being case-insensitive and at the same time allowing full > Unicode in identifiers is kind of schisophreny. Why is being case-insensitive and allowing full Unicode in identifiers schizophrenic?