Webel IT Australia promotes the amazing Mathematica tool and the powerful Wolfram Language and offers professional Mathematica services for computational computing and data analysis. Our Mathematica
tips, issue tracking, and wishlist is offered here most constructively to help improve the tool and language and support the Mathematica user community.
DISCLAIMER: Wolfram Research does not officially endorse analysis by Webel IT Australia.
This naming pattern for Webel pattern helper for Mathematica is used throughout all Webel IT Australia coding of Mathematica libraries.
A trivial example:$pat$bool = (True|False)
Note that the pattern helper is not itself a Pattern.
A Webel pattern encapsulator uses a pattern helper to create a Pattern (optionally with a specific named arg):
pat$bool: myBool: $pat$bool;
Using a pattern encapsulator bound to a specific named argument is NOT IDE-friendly!
The '$pat$' convention is often used together with these Webel help holder conventions:
There is a detailed technical slide trail describing how the Webel naming conventions for Wolfram Language code work together: