You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to refactor the function starting on line 87 to reduce its Cognitive Complexity from 16 to the 15 allowed. There are too many if statements, and also a nested foreach loop, which may be increasing the function's complexity. Reducing the complexity will make this code easier to read and maintain.
The text was updated successfully, but these errors were encountered:
ajain-1
changed the title
Refactoring code in src/notifications.js
Refactoring code in src/notifications.js to reduce cognitive complexity
Jan 16, 2025
Need to refactor the function starting on line 87 to reduce its Cognitive Complexity from 16 to the 15 allowed. There are too many if statements, and also a nested foreach loop, which may be increasing the function's complexity. Reducing the complexity will make this code easier to read and maintain.
The text was updated successfully, but these errors were encountered: