documentcloud / underscore-contrib

The brass buckles on Underscore's utility belt
MIT License
621 stars 117 forks source link

Add _.deepFreeze or equivalent #181

Open joshuacc opened 10 years ago

joshuacc commented 10 years ago

This should be helpful in limiting mutable state. Prior art: https://github.com/substack/deep-freeze

jfazler commented 9 years ago

I agree! This would be a useful function to include.