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
@shahrzadkhayatbashi I see that you introduce a global variable called myThreshold in line 45 and then use that global variable in some of the helper functions. That's bad coding style. Please remove this global variable and, instead, pass the threshold as an additional parameter to the functions.
The text was updated successfully, but these errors were encountered:
@shahrzadkhayatbashi I see that you introduce a global variable called
myThreshold
in line 45 and then use that global variable in some of the helper functions. That's bad coding style. Please remove this global variable and, instead, pass the threshold as an additional parameter to the functions.The text was updated successfully, but these errors were encountered: