> On 17.08.2016, at 15:31, Marshall Schor <[email protected]> wrote: > > oops, sorry, have the last round of changes not checked in. > > the "id()" method of FeatureStructure ( a new method in V3) was renamed to > "_id()" to avoid clashing with any user-defined method name. (The leading "_" > convention doesn't guarantee anything, but lessens the likelyhood of a > conflict).
Actually there should not be any conflict with anything unless you use "get" and "set" prefixes. I don't see why we need an underscore here. Cheers, -- Richard
