Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 nodejs 的优点,它使用事件驱动、非阻塞 I/O 模型和 balabala。但是作为一个经验丰富的 nodejs 开发人员,nodejs 的坏处或丑陋的部分是什么?
任何详细情况或示例代码将不胜感激。
不一定是坏事,但调试嵌套回调是一个问题。如果你使用 express 之类的东西,这会得到缓解。如果你正在使用 Jasmine 或类似的东西进行测试驱动开发,调试会变得容易得多。
我不认为这是一件坏事,但throw在 node.js 中无法正常工作。因此,throw不鼓励使用。
throw