[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: PrimArray pointers
- To: <mark>, <michael>
- Subject: Re: PrimArray pointers
- From: Chris Hibbert <hibbert>
- Date: Tue, 18 Dec 90 16:35:15 PST
- Cc: <xtech>
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