While I was testing the regex functionality, I commented out the line that calls "modifyAssets" to ensure I didn't push changes prematurely.
At one point, I uncommented the line (probably to commit changes) and forgot to re-comment. The result: I mistakenly created stacks for several photo combinations.
This could've been avoided with a dry run flag, which is a common phrase for a "safe mode" that doesn't apply changes. I imagine others might benefit from this flag when creating their personal regex customizations.
While I was testing the regex functionality, I commented out the line that calls "modifyAssets" to ensure I didn't push changes prematurely.
At one point, I uncommented the line (probably to commit changes) and forgot to re-comment. The result: I mistakenly created stacks for several photo combinations.
This could've been avoided with a dry run flag, which is a common phrase for a "safe mode" that doesn't apply changes. I imagine others might benefit from this flag when creating their personal regex customizations.