View · Search · Index
No registered users in community xowiki
in last 10 minutes

XOTcl/NX mailing list by object move?

From: Gustaf Neumann <neumann_at_wu-wien.ac.at>
Date: Mon, 20 Mar 2006 15:21:27 +0100

Kristoffer Lawson schrieb:

>> I have added "::xotcl::mymethod" and "::xotcl::myvar" to my
>> development version. i guess, you would you prefer to have
>> these exported. Opinions?
>
>
> On giving it some thought I think I actually prefer the version that
> would be part of Object. After all, it is that object's variable that
> we want. I don't use it that frequently so I don't mind writing a bit
> extra, for clarity's sake.

i am open for everything.

>
> I'm also wondering what the name should be, to make it really clear.
> Is [my var] clear enough? or should it be [my normalisedVar]?

"my var" is not a good option, "my varname" would be better,

furthermore, "my method" is already defined, getting a good name with
method seems messy. how about:

    my trace add variable status write [my callback statusevent]

-gustaf neumann