Re: Suffix _T for types found good



On 7 Ago, 18:19, amado.al...@xxxxxxxxx wrote:
 index : anIndex;
 buffer : aBuffer;

This is backwards to me:

  anIndex : Index;
  aBuffer : Buffer;

E.g. the value is a specific instance vs the type is general. The names should
reflect that.

IIRC the rationale for "index : anIndex" is that it sounds like
English "index is an Index". Natural language syntax is a bitch!
.