Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 451 Bytes

no-string-based-set-immediate.md

File metadata and controls

14 lines (9 loc) · 451 Bytes

Pattern: Use of string-based setImmediate

Issue: -

Description

Do not use the version of setImmediate that accepts code as a string argument. However, it is acceptable to use the version of setImmediate where a direct reference to a function is provided as the callback argument.

Further Reading