Re: Suffix _T for types found good
- From: "Peter C. Chapin" <pcc482719@xxxxxxxxx>
- Date: Wed, 06 Aug 2008 12:34:56 -0400
amado.alves@xxxxxxxxx wrote:
Regarding "_T" vs. "_Type" I am convinced the former is better but I
have to leave the advocacy for later. Or for others ;-)
Personally I prefer _Type. Yes it is more verbose but it follows the convention of using fully spelled out words for things. For access types I have used _Pointer. As in
type Integer_Pointer is access all Integer;
It mostly seems to work for me.
.
- Follow-Ups:
- Re: Suffix _T for types found good
- From: Randy Brukardt
- Re: Suffix _T for types found good
- From: Steve
- Re: Suffix _T for types found good
- From: amado . alves
- Re: Suffix _T for types found good
- References:
- Suffix _T for types found good
- From: amado . alves
- Suffix _T for types found good
- Prev by Date: Re: Larger matrices
- Next by Date: Re: Controlling endian-ness? (Example: Attribute Overriding)
- Previous by thread: Suffix _T for types found good
- Next by thread: Re: Suffix _T for types found good
- Index(es):
Relevant Pages
|