gcanti / tcomb

Type checking and DDD for JavaScript
MIT License
1.89k stars 120 forks source link

Update README.md #323

Closed beac0n closed 6 years ago

beac0n commented 6 years ago

highlight differences in production mode

gcanti commented 6 years ago

Thanks

worc commented 5 years ago

i think we're missing what the differences are and why there are differences. specifically it'd be nice to know why tcomb isn't recommended in prod and what problems it causes. it would help prioritize things like migrating a legacy codebase away from tcomb in prod (is it critical or just inefficient?).

beac0n commented 5 years ago

afaik it is just inefficient @gcanti ?

sheldon-b commented 5 years ago

I agree with @worc -- I wish this had any detail about why tcomb shouldn't be used in production even if it were as minor as, "tcomb is not recommended for production because we prioritize it as a development tool over efficiency and so it may be slow for production applications".