Viewing profile — a__remie
a__remie
HN member- Joined
- Fri, May 10, 2013, 1:53 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About a__remie
Call me back Node
Recent public activity
-
comment
Comment #6378082
finally, welcome in the 21st century.
-
comment
Comment #6228342
Nesting is not the problem, you see what you're doing (when you perform an async io request). And you still have the "if (e) return cb(e)" line... And on top of that, it does not l…
-
comment
Comment #6228095
cbs - cbSucces cbe - cbError replaces all the "if (e) return cb(e)" lines with cbe when you call the async function. A whole abstraction over js just because of this, running away …