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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.36.26.204 with SMTP id 195mr3218671iti.4.1518209633949; Fri, 09 Feb 2018 12:53:53 -0800 (PST) X-Received: by 10.157.76.145 with SMTP id m17mr187010otf.11.1518209633662; Fri, 09 Feb 2018 12:53:53 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no25973ita.0!news-out.google.com!s63ni25itb.0!nntp.google.com!w142no25971ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 9 Feb 2018 12:53:53 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.240.214.139; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.240.214.139 References: <5d9134c9-a7d4-468e-8685-ebbb393eabea@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <58c112a6-5f31-4154-b2bc-51c6eb65801f@googlegroups.com> Subject: Re: grassroots thoughts on access types From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Fri, 09 Feb 2018 20:53:53 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 2788354219 X-Received-Bytes: 2038 Xref: reader02.eternal-september.org comp.lang.ada:50347 Date: 2018-02-09T12:53:53-08:00 List-Id: > As a matter of style this makes me think that > someone seems well versed in using Turbo Pascal and C++. > Trying to transform idioms from said languages into Ada=20 > won=E2=80=99t help when trying to put the language to good use. > As seen, there will be all kinds of pointer stuff. >=20 > To mimic constructors using functions is one such attempt, I think. Interesting, so I can't trust the one person that made my course, to provid= e me with good habits and programming mindset. I was surprised to see point= ers being used like this, while the course says Ada is made to provide OOP = without explicit (nor implicit) access types. I hope there are good books o= nline about good practices ? Perhaps do you have a website yourself, G.B. ?