winprint 2.0 Release Candidate 2 is out of the oven.
- Pretty print/syntax highlight hundreds of file types/languages with all the formatting options
- Works from command line (PowerShell!) or GUI
- I've finally learned to spell language in this release
https://t.co/zxqJTCK5lx
Want a quick way to upgrade to #PowerShell version 7? Just copy and paste into a PowerShell or ISE window:
iex (New-Object Net.WebClient).DownloadString("https://t.co/Fla750g5tR")
@jsnover Thank you, sir!
Should #PowerShell variable names be Pascal or camel? HeyScriptingGuy, https://t.co/rYdysRdp3j, and even Get-Help -Examples mix and match in the same script. #CanIGetARulingOnThis
@jsnover can you settle this #Microsoft#PowerShell debate once and for all:
Does PowerShell share the .NET Framework Capitalization Conventions; specifically, should we use PascalCasing or camelCasing in PowerShell?
Thank you, My Master.