Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate eval #38

Open
zepheiryan opened this issue Feb 9, 2012 · 0 comments
Open

Eliminate eval #38

zepheiryan opened this issue Feb 9, 2012 · 0 comments

Comments

@zepheiryan
Copy link
Member

Remove instances of eval() in the code. This is mostly used to cut corners so, say, mapping between the view class of Tabular and the actual object type can be done without adding any new enumerations, etc. These uses should probably just be enumerated, or "registered," or anything other than using eval().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant