PipeScript
PipeScript copied to clipboard
Filters For a Language or Technology
PowerShell has a great and underused concept of a filter.
Filters accept input and any number of arguments, and run once per piped in object.
They tend to be both smaller and faster than most functions, and thus, good to expose.
Beyond that, the term "filter" lends itself naturally to certain obvious scenarios.
So, the following Script Properties should be added:
- [ ] #1080
- [ ]
Template.get_Filter(s) - [ ]
Tech.get_Filters(s)