From: Nasser M. Abbasi on
On 6/17/2010 11:54 AM, Nobody wrote:
> On Mon, 14 Jun 2010 13:36:13 -0700 Jeffrey R. Carter wrote:
>
> Hi Jeff,
>
> thanks for your answer.
>
>> Which text book are you using? All caps for identifiers has not been
>> commonly used for 15 years or more.
>
> Can you give me direction where I can find documents about the current
> common use of Ada as you stated above?
>
> Best regards
>
> Nobody
>
>
>

gnat has a tool to check for styling:

http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Style-Checking.html

"The -gnatyx switch causes the compiler to enforce specified style rules"

--Nasser

From: Jeffrey R. Carter on
Nobody wrote:
>
> Can you give me direction where I can find documents about the current
> common use of Ada as you stated above?

You can look at the capitalization used in the ARM:

http://www.adaic.org/standards/05rm/html/RM-TOC.html

--
Jeff Carter
"My brain hurts!"
Monty Python's Flying Circus
21
From: Ludovic Brenta on
On comp.lang.ada:
> On Mon, 14 Jun 2010 13:36:13 -0700 Jeffrey R. Carter wrote:
>
> Hi Jeff,
>
> thanks for your answer.
>
>> Which text book are you using? All caps for identifiers has not been
>> commonly used for 15 years or more.
>
> Can you give me direction where I can find documents about the current
> common use of Ada as you stated above?

The Ada Quality and Style Guide:

http://www.adaic.org/docs/95style/html/sec_3/3-1-3.html

--
Ludovic Brenta.