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

Mixed usage of let-in-blocks and blocks of val-statements at the top. #8

Closed
Chilinot opened this issue Jan 23, 2017 · 1 comment
Closed
Labels

Comments

@Chilinot
Copy link
Owner

The code uses a mix of let-in-blocks that defines constants, and a bunch of val-statements at the start of the function/method. Stick to one standard! Also, replace the other standard with the chosen one.

@Chilinot
Copy link
Owner Author

This has been addressed in my rewrite of the library using the new syntax.

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

No branches or pull requests

1 participant