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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2078dddcdcd8d83 X-Google-Attributes: gid103376,public From: jmartin@cs.ucla.edu (Jay Martin) Subject: Re: Warning: Religious naming convention discussion :-) [was: assign help!!] Date: 1997/05/09 Message-ID: <5kuf1j$17vi@uni.library.ucla.edu>#1/1 X-Deja-AN: 240451139 References: <5kjvcv$evt@news.cis.nctu.edu.tw> <5kn8ko$jcc@top.mitre.org> <1997May7.201035.2439@nosc.mil> <33727EEA.2092@sprintmail.com> Organization: University of California, Los Angeles Newsgroups: comp.lang.ada Date: 1997-05-09T00:00:00+00:00 List-Id: "John G. Volan" writes: ... >I only wish the original designers of Ada83 had clued into this style >from the start. I find myself wishing Ada95 looked more like this: > Integer : Integer_Type; > Natural : Natural_Type; > Float : Float_Type; > Boolean : Boolean_Type; > Character : Character_Type; > String : String_Type; > Duration : Duration_Type; > ... Two thumbs up! In fact wouldn't be cool if Ada forced all types to have "_Type" suffixes. Heh probably make those C hackers blood boil. Jay