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 16, 2019
1 parent 8063862 commit 991aa4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions locale/en/docs/guides/event-loop-timers-and-nexttick.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ percentage of the packages on npm. Every day more new modules are being
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.)*

## Why use `process.nextTick()`?

There are two main reasons:
Expand Down

0 comments on commit 991aa4d

Please sign in to comment.