Hacker News new | ask | show | jobs
by devniel 4834 days ago
I think that "node.js" is excelent for build real-time applications in a few days but for huge projects is a little difficult to handle all the "callback-style" and async results, IMHO it's about readable code , a key factor in developer teams.
2 comments

It's certainly a departure for many, but any code can be hard to read depending on how it's architected and who's writing it.
Or a callback soup in the hands of many teams.