Subject: | wish: validate parameters |
This doesn't throw an error, but I think it should:
memoize('foo',
NORMALIZE => 'normalize_foo',
);
Because of the typo, no normalization happens and no error is produced,
creating a bug that make sneak through.
Mark