mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-15 10:28:55 +01:00
Update FAQ.md
This commit is contained in:
parent
4b9c77e962
commit
3582ad731d
@ -109,7 +109,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>How to write good PowerShell scripts?</summary>
|
<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 the `<verb>-<object>.ps1` scheme to name the script.
|
||||||
* Use `UTF-8 BOM` encoding to support Unicode characters in the script.
|
* Use `UTF-8 BOM` encoding to support Unicode characters in the script.
|
||||||
|
Loading…
Reference in New Issue
Block a user