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

How "reset" should work #5

Open
tcr opened this issue Nov 21, 2016 · 0 comments
Open

How "reset" should work #5

tcr opened this issue Nov 21, 2016 · 0 comments

Comments

@tcr
Copy link
Owner

tcr commented Nov 21, 2016

Initial reset values are convenient but visibly separate from where the values are actually used. I prototyped a reset { } block that would assign initial values from variable declaration, but this mostly seems to make it difficult to track where variables get assigned / easy to miss these initialization blocks. The alternative, having an explicit reset block, is easy to do with just if { ... } statements.

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