Hi,
I suggest following the recommended PowerShell naming conventions.
These days, the problem is that every script on GitHub tends to be named run.ps1, but that's not ideal. Using something like Invoke-CAValidator.ps1 would be more appropriate and meaningful.
It improves clarity and consistency across the project.
Thanks!
Hi,
I suggest following the recommended PowerShell naming conventions.
These days, the problem is that every script on GitHub tends to be named
run.ps1, but that's not ideal. Using something likeInvoke-CAValidator.ps1would be more appropriate and meaningful.It improves clarity and consistency across the project.
Thanks!