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

Refactor Binder Factory #56

Closed afscrome closed 8 years ago

afscrome commented 8 years ago

BinderFactory mixes two seperate concerns - creating of binders, and sharing binders. This should be split into two classes.

afscrome commented 8 years ago

Fixed by #67