-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Description
As the transformer code gets more sophisticated, I am finding that the present approach, which uses a lot of string evaling is becoming a bit hard to maintain. Perhaps it's time to refactor the transformer code to use some classes/modules instead of strings?
Need to be cognisant of performance concerns when doing any such refactor though.