it's hard to articulate why `module.exports=foo` and `var foo=require("foo")` is better to `export foo` and `var {foo}=require("foo")`