[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: Protocols for Smashing the State
- To: <mark>
- Subject: Re: Protocols for Smashing the State
- From: Hugh Hoover <heh>
- Date: Mon, 13 Nov 89 22:18:23 PST
- Cc: <xtech>
...
How about
void MuSet::unionInto (Set *)
...
Well, it's not bad, but as I read apples->unionInto (oranges),
it seems to me that oranges should be side-effected, not apples.
I think apples->merge (oranges) is more clear.
--Hugh