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

Use lazy arguments for when and whenNot #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neunzehnhundert97
Copy link

Hi, here is a small change/fix.

When using when as a shortcut for an if, it violated my assumption that the conditional code would not be executed at all. Instead, it is executed but its result not used. Not a problem if your code is mostly pure, but if there are lurking some side effects, it can give you a hard time finding the problem. I did set the boolean correctly, did I?

I suggest to use lazy parameters here, which makes usage of when as equivalent to ìf as possible.

@raquo
Copy link
Owner

raquo commented Aug 24, 2024 via email

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

Successfully merging this pull request may close these issues.

2 participants