Node.js
[node.js] 개발자가 가장 많이 실수하는 10가지
behonestar
2016. 4. 20. 13:26
The Top 10 Most Common Mistakes That Node.js Developers Make
- Mistake #1: Blocking the event loop
- Mistake #2: Invoking a Callback More Than Once
- Mistake #3: Deeply Nesting Callbacks
- Mistake #4: Expecting Callbacks to Run Synchronously
- Mistake #5: Assigning to “exports”, Instead of “module.exports”
- Mistake #6: Throwing Errors from Inside Callbacks
- Mistake #7: Assuming Number to Be an Integer Datatype
- Mistake #8: Ignoring the Advantages of Streaming APIs
- Mistake #9: Using Console.log for Debugging Purposes
- Mistake #10: Not Using Supervisor Programs
https://www.toptal.com/nodejs/top-10-common-nodejs-developer-mistakes