Skip to content

Commit

Permalink
fix: remove misleading note section
Browse files Browse the repository at this point in the history
  • Loading branch information
szhigunov committed Dec 19, 2019
1 parent 533d62c commit 882860f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions locale/en/docs/guides/event-loop-timers-and-nexttick.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ added, which means every day we wait, more potential breakages occur.
While they are confusing, the names themselves won't change.

*We recommend developers use `setImmediate()` in all cases because it's
easier to reason about (and it leads to code that's compatible with a
wider variety of environments, like browser JS.)*

easier to reason about.*
## Why use `process.nextTick()`?

There are two main reasons:
Expand Down

0 comments on commit 882860f

Please sign in to comment.