John Hunter wrote:
[...]
> Yes, we've often talked about using traits here and elsewhere but the
> idea has languished because it has never made it to the top of
> anyone's priority queue. I just added examples/rc_traits.py, which is
> the example code I wrote some time ago when I was exploring ho
On 5/18/07, Darren Dale <[EMAIL PROTECTED]> wrote:
> >Using some dedicated class-instance instead of a dict would allow for:
> >- automatic conistency checks on setting
> >- possibly even change propagation (likely faster and certainly less
> > error prone if done right: I'm not sure ho