File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -994,9 +994,9 @@ For each topic or feature to add to the release, open a new branch representing
994994branch. Optionally add the ` Prerelease ` label on the PR for the release branch, to release preview versions before merging and releasing a published
995995version of the PowerShell module.
996996
997- ### Co-location of concerns
997+ ### Colocation of concerns
998998
999- Co-locate concerns for long-term maintainability. For example, ` #Requires -Modules ` statements belong in the function files that use them, not in a
999+ Colocate concerns for long-term maintainability. For example, ` #Requires -Modules ` statements belong in the function files that use them, not in a
10001000central manifest — this makes it immediately visible which functions drive each external dependency, and avoids silent drift between the manifest and
10011001the actual code. Another example is how parameter descriptions are placed as comments in the ` param() ` block directly above each parameter
10021002declaration, rather than in the comment-based help at the top of the function — this keeps the description next to the code it documents.
You can’t perform that action at this time.
0 commit comments