In the Io Language, there are 2 methods for creating slots: newSlot and setSlot. Both seem to have similar behavior except newSlot also creates a setter. What cases are there for a needing a setter to be created at the same time as slot creation? What exactly is the purpose of the setter anyway?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I believe its a convenience which provides good coding practises. Thus if you want to expose an objects attribute then
And also it can get around
The So instead you need to use the setter:
/I3az/ |
||||
|
|