It may be interesting to build behavior in a way that can be changed in runtime without re-compilation.
I'm not sure about the implementation because too much instances can be memory intensive, but maybe creatin static method representation that can be converted into lambdas may help?
It may be interesting to build behavior in a way that can be changed in runtime without re-compilation. I'm not sure about the implementation because too much instances can be memory intensive, but maybe creatin static method representation that can be converted into lambdas may help?