Re: Suffix _T for types found good



 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.

Finally, someone said it!

Ray, on the issue of small routines, yes, *perfect* code is only
compound of small routines ;-)
.



Relevant Pages