Suspend variables (suspend val, suspend var)

I asked for the same feature about a year ago: Suspend properties
It didn’t seem to get much attention and after a while I decided that I don’t really like the idea any more. As @fvasco pointed out, the coding conventions state that properties should be “cheap to calculate” and I would go even further and say, they should only contain trivial calculations.
Suspend does not really fit well with this idea of properties.

1 Like