Lukas Renggli wrote:
I was just eating breakfast and wondering if it really
makes sense to
define descriptions on the class-side. Sure this is a meta-thing, but
it is not something necessarily belonging to the class as we saw in
the mail of the original poster.
So it would probably make more sense to put descriptions describing
the instance to the instance-side, so that they can be easily created
depending on the current model state. The draw-back, there is usually
one, would be that retrieving the descriptions would be more
expensive as they cannot be cached anymore.
What do you think?
Have you tried to remove caching from existing Magritte programs to test
if it is
really slower?