Custom Helpers Create a helper file Autoload Add to : Run . Guidelines - Keep helpers small and pure; avoid hidden IO/state - Prefer static methods on value objects when domain-specific ---