Dec. 7, 2016
10:06 p.m.
2016-12-07 18:00 GMT+01:00 John Brant <brant@refactoryworkers.com>:
Which of these would you consider valid setter methods for foo?
I understand pretty well what you are trying to explain. I just think that generation of methods like #instVar1/#instVar1: is useless. It always break user control flow. Simple generator should just skip existing accessors according to "name definition" of accessors (methods with #instVar name). Besides skipping them not makes refactoring unsafe.