Conversation
|
Should setters also be renamed? |
I thought about this, but how exactly would you rename them? If we choose the design theme of using |
|
What about renaming |
That would work, yea. Are there any setters in SLAMS that would have to be changed as well then in order to fit the style? |
I don't think SLAMS has any setters (at least not in the API) as messages can only be changed via |
| return this.valueToWrite(Function.identity()); | ||
| } | ||
|
|
||
| boolean isModified(); |
There was a problem hiding this comment.
Shouldn't this also be renamed?
There was a problem hiding this comment.
isModified() could be renamted to something like modified() I think.
Renamed all API methods to fit their SLAMS "counterpart"
getFoo()-->foo()Add deprecated methods
Fix examples