[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: PrimArray pointers



MJM>>>>    - perhaps renaming some variables

MSM>> ... I'd be much happier with a suggestion that we
MSM>> suffix all non-pointers with "Var".

This latter is what we did in Ladebug.  Our class declaration
macro took the name we supplied, and declared a class whose name
had "Rec" suffixed, and then declared the supplied name as a
pointer to the class.  Thereafter you always, by default, deal
in terms of a pointer and the exceptional case stands out.

Chris