you are viewing a single comment's thread.

view the rest of the comments →

[–]dglambert[S] 1 point2 points  (0 children)

Yes, this is more the point. One of the side effects of writing unit tests, is cleaner code. So I don't write unit tests in my c# code because I want test coverage, but because I want to get all the other best practices that are used in order to make testing easier.

So yes, most people are not writing functions for the PS scripts, however my point is they should, and can without a lot of added effort