Skip to content

Conversation

@ysthakur
Copy link
Member

This PR distinguishes between the terms "parameter" and "argument." Right now, the code sort of treats the two terms interchangeably, which is fine, but the pedant in me could not tolerate it :)

This will also make it less confusing when we add type parameters to the language in the future, because currently, type arguments are referred to as parameters.

@ysthakur ysthakur changed the title Use term type args rather than params Use term type *args* rather than *params* Feb 23, 2025
@kubouch
Copy link
Contributor

kubouch commented Mar 5, 2025

Thanks! It's actually helpful to do cleanups like this because small confusions like this can add up and lead to confusing code in the long run.

@kubouch kubouch merged commit 4543afb into nushell:main Mar 5, 2025
4 checks passed
@ysthakur ysthakur deleted the type-args branch March 5, 2025 18:34
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