> I'm not married to the colon.  Speaking of traits and adverbs, why not use
> one of those in the "has" declaration instead?  That'd certainly be a lot
> more explicit than the magic leading underscore (although I'm at a loss as
> to what the trait would be named...)

I'd like to see an "is private" trait used for this purpose. This
could be used in the "has" declaration alongside the existing "is rw"
and company, possibly in method declarations as well, like so:

method foo() is private {...}

I may have missed a previous debate over this in the past, but this
seems a lot more natural to me than a magical leading underscore.

Collin Winter

Reply via email to