issues
search
connorcarnes
/
pwshCloudflare
MIT License
2
stars
1
forks
source link
Review existing functions and tests
#7
Open
connorcarnes
opened
9 months ago
connorcarnes
commented
9 months ago
Description
I want to review the existing functions and their associated tests so that I can standardize them and make improvements if necessary.
https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/strongly-encouraged-development-guidelines?view=powershell-7.4#use-standard-parameter-names
Normalize function prefixes or do away with them
Evaluate if any code should be moved into a private function
If any one function seems like it may take over an hour skip it and come back to it
Take notes throughout the process to inform developer guidelines
Goal is to get module ready for initial publish to PSGallery and create a contributor friendly project
connorcarnes
commented
9 months ago
https://github.com/connorcarnes/pwshCloudflare/pull/19
Description