Forum Discussion
dcressey
Jul 17, 2023Copper Contributor
Evaluating whether to submit code
I'm trying to figure out whether some code I wrote in Powershell is worth sharing with the community of Powershell coders. It's a very simple csv template engine with no frills. It combines a simpl...
AndySvints
Jul 17, 2023Iron Contributor
Hello dcressey,
I think you should share it. It doesn't matter if the script/module/cmdlet is simple or extremely complex. When you was creating it you were solving some specific problem, you had a vivid use case in mind.
There is very high chance that other people will also face the same problem/use case and will benefit from your code.
Hope that helps.