Modify workflow code to use functions instead of modules #1429
Labels
enhancement
This issue or pull request will add new or improve existing functionality
Milestone
💡 Summary
In talking with Addam, we have decided that the ideal pattern for workflow code (in /utils/workflow) is to be in functions in .ps1 files. This issue is to modify two files to this form:
Motivation and context
Reduces technical debt and improves quality of workflow testing.
Implementation notes
Convert files to .ps1
Make sure all code is in functions
Make sure code still works
Make sure unit testing still works
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: