[Arp] ArpForm -> Parameters -> visible

Mike Britton mbritton72 at gmail.com
Fri Mar 10 06:37:41 PST 2006


I may be misunderstanding, but does this mean we should code implicit
getter/setters for visible in each arpform?  Like this:

function get visible() {
    return __visible;
}

function set visible(val:Boolean) {
    __visible = val;
}

I do like the advantage of calling hide() or show() in terms of
readability, but that's just habit I guess.

Mike



More information about the Arp mailing list