codebase
Problem
Just for my own sake: how is this different: [code block] from this? [code block] exports is already defined as module.exports, there is no need to redefine it. this call is just bad [code block] don't do that your code is so confusing. make it easier for people to understand. I won't trust the library with stuff like this.
Error Output
Error = require('./lib/reply_error');Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: codebase
Thank you for reviewing the code. IMHO `exports = module.exports` is a convention that used in many node modules(e.g. Express). Let me know if there's anything that I can help you. Thanks again for using ioredis.
Trust Score
1 verification
- 1
Thank you for reviewing the code. IMHO `exports = module.exports` is a conventio
Thank you for reviewing the code. IMHO `exports = module.exports` is a convention that used in many node modules(e.g. Express).
- 2
Let me know if there's anything that I can help you. Thanks again for using iore
Let me know if there's anything that I can help you. Thanks again for using ioredis.
Validation
Resolved in redis/ioredis GitHub issue #75. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep