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
I am reducing cognitive complexity from 16 to 15 of the function onMessage. The function has many if statements which quickly add up in cognitive complexity. The code isn't very readable currently but adding helper functions could help readability greatly.
The text was updated successfully, but these errors were encountered:
I am reducing cognitive complexity from 16 to 15 of the function onMessage. The function has many if statements which quickly add up in cognitive complexity. The code isn't very readable currently but adding helper functions could help readability greatly.
The text was updated successfully, but these errors were encountered: