April 1, 2015
8:34 p.m.
Well, I'm allways under the assumption that an instance variable is internal only and that, when querying an AST node, I should allways use its API (is that usually #startPosition and #stopPosition?).
Me too The implication of my proposal is to also rename all the accessors so that the get proper names... which of course they do not have. Stef
This is really annoying to have to look at the users of an instance variable to understand its role.
Or have a well commented class to understand its role? It is not allways possible to have instantaneously understandable instance variable names.
Thierry