houseabsolute / Params-ValidationCompiler

Build an optimized subroutine parameter validator once, use it forever
https://metacpan.org/release/Params-ValidationCompiler/
Other
4 stars 5 forks source link

'compile' is a terrible name for an exported subroutine #1

Closed 2shortplanks closed 8 years ago

2shortplanks commented 8 years ago

It gives no idea that what it produces is an argument validator. How about create_validator or some such

autarch commented 8 years ago

Fixed in 0.07. I may rename the module to Params::ValidationCompiler too.