So that we can pass in (and alias) "common" utilities. e.g. ``` javascript rulesEngine.build(function(showHideClear, placeholder, required, value){ var show = 'show', hide = 'hide' return [... rules ...]; }) ```
So that we can pass in (and alias) "common" utilities.
e.g.