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
This function does too much, it needs to be split up. Try to stick to the paradigm that every function should have one job. It will make your code more re-usable, testable, and readable.
Also, 'algo' is a poor name for the function and doesn't really tell me anything. It's a loaded term and not a good choice for a function name. Following the advice above, this problem will most likely work itself out as long as you put in a little effort to name properly.
The text was updated successfully, but these errors were encountered:
https://github.com/aleem-ahmed/eccentric-trader/blob/0691dce6c969561bb316a21b45a4296e3b030437/client/Algo.js#L13
This function does too much, it needs to be split up. Try to stick to the paradigm that every function should have one job. It will make your code more re-usable, testable, and readable.
Also, 'algo' is a poor name for the function and doesn't really tell me anything. It's a loaded term and not a good choice for a function name. Following the advice above, this problem will most likely work itself out as long as you put in a little effort to name properly.
The text was updated successfully, but these errors were encountered: