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

Integrate list of "reserved words", namespace as much as possible #1

Open
cmditch opened this issue Jan 18, 2018 · 0 comments
Open

Comments

@cmditch
Copy link
Owner

cmditch commented Jan 18, 2018

Namespace the decoders and encoders to reduce the list of reserved words.
e.g. Decode.string, Encode.string, Decode.addressToString

Need to make the list of reserved words as small as possible, and avoid name collisions with peoples contract functions and variable names.

Also, create ContractABI -> Bool function that checks for collisions, and fail compilation if true.

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