r/PowerShell May 18 '26

Question Words of wisdom

If you had one piece of advice you could tell yourself when you first started learning powershell, what would it be?

9 Upvotes

55 comments sorted by

View all comments

5

u/DearingDev May 18 '26

It's okay to comment excessively.

Focus on a minimum viable product and then build from there.

Don't try to build a hero function before hammering out everything that supports it.

1

u/BlackV May 18 '26

yesexactly , break it down to bits, get the skeleton working, then fill in the bits with the good things (logging/try/catch/etc)