Lambda the Ultimate

inactiveTopic Changeable class in Avalon
started 12/24/2003; 4:00:34 AM - last post 12/24/2003; 8:44:00 AM
Ehud Lamm - Changeable class in Avalon  blueArrow
12/24/2003; 4:00:34 AM (reads: 5702, responses: 1)
Changeable class in Avalon
Changeables are a response to the fact that there are competing requirements for many of our types. On the one hand, types should be fully mutable so they can be modified at will. On the other hand, most instances, once they’re put into use, are actually not intended to be modified.

Patrick posted some thoughts on this matter.

What do others think? Is this a sign of language deficiency, or a is this the kind of "real complexity" software engineers really need to handle?


Posted to Software-Eng by Ehud Lamm on 12/24/03; 4:02:05 AM

Ehud Lamm - Re: Changeable class in Avalon  blueArrow
12/24/2003; 8:44:00 AM (reads: 180, responses: 0)
See the SDK explanation for the details.