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

Refactored Binder Factory #67

Closed afscrome closed 8 years ago

afscrome commented 8 years ago

Split BinderFactory into a base Binder Factory that handles the binder creation, and a seperate ReusableBinderFactory that handles binder reuse. Fixes #57