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

Modify def_callback code to be easier to understand #364

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

Conversation

Earlopain
Copy link
Contributor

I had a bit of trouble following how this code actually works.

I find the argument names to be unfortunatly named. When I see signature/arity, I think of methods. But it actually refers to the structure of child nodes here.

There also was the arity_check argument, which isn't necessary. Reusing the arity with a endless range makes it a bit simpler.

I had a bit of trouble following how this code actually works.

I find the argument names to be unfortunatly named. When I see signature/arity, I think of methods. But it actually
refers to the structure of child nodes here.

There also was the `arity_check` argument, which
isn't necessary. Reusing the arity with a endless range
makes it a bit simpler.
@Earlopain Earlopain force-pushed the traversal-sig-simplify branch from 4c2c8f2 to 3b17f2f Compare March 11, 2025 13:10
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.

1 participant