jlong/radius

Class level tags

Papipo opened this issue · 1 comments

I can't see why tags are defined each time a Context instance is created. It should be possible to define tags at class level, so speeding up application performance, since tags don't need to be created at each request.

This sounds more like a Radiant issue. There is no reason that a context cannot be reused between invocations. And the block syntax allows the context to be aware of the scope around it. I don't think there is much to be gained by adopting a different syntax.