We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Romain, this amazing piece of code absolutely freezes my brain!
Is there any way to break down the complexity a bit, such as getting rid of the function in a function in a function in a function?
if(i<taskNameList.length) setImmediate(function(){achieve(taskNameList[i][1],username(function(taskNameList,i,username,done) { return function() { setImmediate(function(){listAux(taskNameList,i+1,username,done);}); }; })(taskNameList,i,username,done))});
The text was updated successfully, but these errors were encountered:
could be
Sorry, something went wrong.
No branches or pull requests
Romain, this amazing piece of code absolutely freezes my brain!
Is there any way to break down the complexity a bit, such as getting rid of the function in a function in a function in a function?
The text was updated successfully, but these errors were encountered: