Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A reusable expression is a piece of logic that is reused throughout your application. We speak of a reusable expression to indicate that the purpose of it is to be reused, in Blueriq Encore this is shortened to expression.

What does it do?

With reusable expressions you can substitute parts of your logic with that reusable expression, which shortens your logic and makes it more understandable as well as maintainable.

...