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
The addToken, addTokens, ignoreTokens, addDetectedTokens, and _getAllTokensState methods seem to be complex. We should split these methods up, extracting logic to separate files, so that they are easier to understand and test.
The text was updated successfully, but these errors were encountered:
The
addToken
,addTokens
,ignoreTokens
,addDetectedTokens
, and_getAllTokensState
methods seem to be complex. We should split these methods up, extracting logic to separate files, so that they are easier to understand and test.The text was updated successfully, but these errors were encountered: