Charlie Clark wrote: >> Decorators are a little harder 'cos you can't safely rely on the "last >> one wins" philosophy so you end up needing some kind of ordering, or >> raising an exception if "something" is defined more than once, which >> precludes one package customising stuff from another if they both use >> decorators - which is what I'm ideally aiming for :-/ > > Which is one of the reasons why declarative configuration has its place.
decorators *are* declarative configuration... Chris _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev