SCS-CBU-CED-IAM / mobileid

Mobile ID Sample Scripts
http://mobile-id.ch
13 stars 5 forks source link

powershell script extensive use of global variables #47

Open hpwaldegger opened 10 years ago

hpwaldegger commented 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.