[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Protocols for Smashing the State
- To: <mark>
- Subject: Protocols for Smashing the State
- From: Eric Dean Tribble <tribble>
- Date: Thu, 16 Nov 89 21:02:39 PST
- Cc: <ravi>, <xanatech>
- In-reply-to: <MarkS.Miller'smessageofMon>,39 PST <8911131253.AA26940@xanadu>
A convention for side-effecting names would be nice. 'Into' won't
work because it implies that the argument gets side-effected. Most of
the examples I can think of change the receiver. I've found myself
occasionally using 'make': setBang makeUnion: anotherSet.
dean