Dear list,
I've noticed that when I'm using the generate accessors refactoring, I'm always adapting the generated code for the mutator:
number: anObject
� � number := anObject
to:�
number: aNumber
� �number := aNumber
So I've adapted the refactoring code a bit so that it automatically generates this correctly. Anybody also thinks this is useful? If so, I will create a bug/improvement and a slice for it.
Kind regards,
Bart