Update FAQ.md

This commit is contained in:
Markus Fleschutz 2023-05-11 11:16:33 +02:00 committed by GitHub
parent 4b9c77e962
commit 3582ad731d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
</details>
<details><summary>How to write good PowerShell scripts?</summary>
Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:
**Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:**
* Use the `<verb>-<object>.ps1` scheme to name the script.
* Use `UTF-8 BOM` encoding to support Unicode characters in the script.