Pattern: Use of string-based setImmediate
Issue: -
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.