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

tour: replace 'argument lists' with 'parameters list' to be accurate #1647

Open
thisis-akash opened this issue Sep 7, 2024 · 0 comments
Open

Comments

@thisis-akash
Copy link

Context: https://go.dev/tour/basics/8

Just for the sake of accuracy and slightly better reading comprehension for those who implicitly differentiate between arguments and parameters, a minor wording change could be great. By reading comprehension I mean it will be a slightly less overhead for the group of people who know that this difference technically exists. These people will inherently as the first thought think about the function call and the type declaration in the argument list (as mentioned in the tour), which never happens. They will then visualise function definition, this breaks the flow when we are learning something. I personally experienced this and although I am aware that its such a minor thing but still I feel it can be marked as something like a 'Quality of Life' issue.

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

No branches or pull requests

1 participant