Tag: maintainability
This code uses deprecated methods, which suggests that it has not been recently reviewed or maintained.
Swallowing exceptions, without rethrowing or logging them, can make it hard to understand why your application is failing.
The typeof operator should only be compared to valid values.
String passed to setInterval
or setTimeout
can cause the JavaScript engine to evaluate, which can lead to a security risk.
Checks if nan is used is comparison.
The incorrect use of super()
causes problems.
Overriding environment variables that are reserved by AWS Lambda might lead to unexpected behavior.