Open hpwaldegger opened 10 years ago
The powershell script uses only global variables. This limits the portability and usability of the C# section and is not a good coding practice. The visibility of the variables should be restricted and values should be passed as function parameters.
The powershell script uses only global variables. This limits the portability and usability of the C# section and is not a good coding practice. The visibility of the variables should be restricted and values should be passed as function parameters.