afscrome / IronVelocity

A wrapper around NVelocity (a port of Apache Velocity) using the DLR to provide higher performance template execution.
MIT License
6 stars 1 forks source link

Temporary Variables #44

Open afscrome opened 8 years ago

afscrome commented 8 years ago

A lot of uses or TemporaryVariableScopeExrpession are effectively implementing null propagation - there may be a more efficient way of dealing with this specific scenario.

One such approach may be to replace the use of Blocks with Lambda expressions.