@Sempf In Powershell, I try to put every little bit of functionality into its own function that does one thing perfectly (or as perfectly as I can with my current skills :sadglasses:).
Then I realized I'm doing very very similar shit when writing SQL by using subqueries essentially as functions cuz JOINs hurt my head.
So I start reading about F# last night and suddenly jacknicholsoninthedeparted.gif