clay / handlebars

A collection of helpers and partials for handlebars
MIT License
15 stars 8 forks source link

num helper should return NaN rather than erroring #49

Closed byronhulcher closed 6 years ago

byronhulcher commented 6 years ago

Throwing errors in templates is generally not a great practice, I'd rather render out "NaN" than have a page 500. In regards to combining helpers, in sites we use it alongside two other helpers range and compare, both of which are able to handle NaN values gracefully

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.002%) to 99.596% when pulling c252c45fff5de45db735df40013a0fc4ea4527db on num-helper into 3b258b0fbdc20a6f3fa65923a5be152444f091ce on master.