-
Notifications
You must be signed in to change notification settings - Fork 223
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
Rename template parameters for clarity and consistency #2726
Rename template parameters for clarity and consistency #2726
Conversation
This removes the `T` prefix from most parameter names and reworks the names to be more indicative of what the parameters actually represent. This is in preparation for the introduction of named argument instantiation.
Changes in this PR will be published to the following url to try(check status of TypeSpec Pull Request Try It pipeline for publish status): Website: https://tspwebsitepr.z22.web.core.windows.net/prs/2726/ |
You can try these changes at https://cadlplayground.z22.web.core.windows.net/cadl-azure/prs/2726/ Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/cadl-azure/prs/2726/ |
This is in preparation for merging named template argument instantiation.