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

Limit the number of safe navigation calls in a chain #946

Open
fatkodima opened this issue Aug 29, 2024 · 0 comments · May be fixed by #947
Open

Limit the number of safe navigation calls in a chain #946

fatkodima opened this issue Aug 29, 2024 · 0 comments · May be fixed by #947

Comments

@fatkodima
Copy link
Contributor

It is painful to see many &. calls in a chain.

If I want to have at most 2 safe navigation calls in a row, for example, then:

# bad
foo&.bar&.baz&.zoo

# good
foo&.bar&.baz
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 a pull request may close this issue.

1 participant