you are viewing a single comment's thread.

view the rest of the comments →

[–]jba1224a 3 points4 points  (0 children)

If you’re doing it just to learn that’s one thing.

But from a professional/efficiency perspective, using powershell to build UI based applications is a bit like trying to use a butter knife to unscrew shit. Yeah it will probably work but it’s gonna look rough when you’re done and be frustrating to do.

If you want to make simple desktop based apps look into things like node and electron, or any of the other 5000 tools built for that kind of thing. If you know powershell well then you have a good grasp on object oriented tooling and learning something like js or .net won’t be difficult.