
June 27, 2011
1:32 a.m.
On Mon, Jun 27, 2011 at 7:52 AM, Terry Reedy <tjreedy@udel.edu> wrote:
or the 'attribute' substitution everywhere makes sense?
No.
My strong history-based opinions ;-).
+1 to what Terry said. "Members" is a historical relic that is best replaced by "attributes" or "data attributes" if we want to explicitly exclude methods for some reason. "Methods" is a subset of attributes that explicitly excludes data attributes. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia