Joel Bennett
Joel Bennett
@nightroman but your tasks don't have "inputs" (source) and "outputs" (destination) -- so doing two builds in a row does all the work twice?
So, yeah, @bcdady, I've been telling people that the reason they want to break things up into many files is because they don't have a good editor with "goto" syntax...
For what it's worth, if the module's not open source (at least within your company), some of these things are a substantially different conversation. Assuming it is open source, if...
So, from @RamblingCookieMonster's PSDeploy example I will say this: Written properly, PowerShell is wonderfully self-documenting. I don't care about pseudo-configuration DSLs vs straight PowerShell, but I definitely agree that packaging...
To be fair, the practice of having a _different_ organization in the **project** than in the **package** was my **original point.** A year or more ago we talked #22 about...
But @rkeithhill, that's **not** a valid point. If you need to set the default to something _other_ than `$null`, then of course you should do that. But setting it to...
It is **absolutely incorrect** that "mere mortals" _think_ about what PSScriptAnalyzer tells them to do. It says assign a default value, they just do that.
@TobiasPSP: you can't compare method parameters, because in C# method parameters are mandatory. Assigning them a default value is the syntax _for making them optional_, it is **_not_ to make...
The point is that you're suggesting people write a variable assignment as "documentation" But what you're documenting is "how PowerShell works" ... not "how my function works" The only documentation...
It took you only seven posts to switch from trying to convince me there's a good reason for this to claiming you know best based on your particular background. Not...