From: "trans. (T. Onoma)" Date: 2004-09-28T10:30:46+09:00 Subject: Re: Best name for "this method" ? On Monday 27 September 2004 08:01 pm, vruz wrote: > > Wondering what the conscensus is on the best name for "this method". > > Right now I'm using #calling, taking after #binding, but I'm not so sure > > about it. I've also considered #this or #thus, to be more along the lines > > of 'self'. > > How about "me" ? My initial reaction was that it's too much like self. But now that I've given it some more thought it probably is an excellent choice. 1) It's a pronoun 2) It's very short 3) It has some semantic value, i.e. as in (me)thod 4) It not really used for anything else (AFAIK) T.