Hacker News new | ask | show | jobs
by cookrn 4083 days ago
I wonder if it would be possible to configure this gem with "environments" in the same way that Rails applications have environments. Then, in development/test/CI-like environments, very strict checking could be applied based on the specified types. Otherwise, in production-like environments where "performance" may be more important, the type-checking could be looser or simply pass-through.

Disclosure: this may be a Bad Idea (TM)