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

Allow node attributes to be typed like node values #6

Open
mbreissi opened this issue Mar 17, 2016 · 0 comments
Open

Allow node attributes to be typed like node values #6

mbreissi opened this issue Mar 17, 2016 · 0 comments

Comments

@mbreissi
Copy link

Currently, attributes are not typed. That is not an issue for attributes that are set programmatically through an SDK. However, because DGLux allows for a user to manually set attribute values, it means an unconscientious user could set the attribute to a value incompatible with its intended type . Therefore, handlers that deal with set operations on attributes must implement type error checking to account for DGLux which would otherwise not be necessary (i.e., if attributes had a type which DGLux could "read" and therefore restrict the input).

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

No branches or pull requests

1 participant