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
PR #116 에서 MemberIdentity에 chorts가 추가될 때, backward compatibility를 위해서 currentCohort도 함께 추가됨. 그런데 로직을 보면 currentCohort는 항상 chorts.at(-1)이 되는 것 같음. currentCohort를 제거하면 복잡도가 낮아지지 않을까?
The text was updated successfully, but these errors were encountered:
PR #116 에서
MemberIdentity
에chorts
가 추가될 때, backward compatibility를 위해서currentCohort
도 함께 추가됨. 그런데 로직을 보면currentCohort
는 항상chorts.at(-1)
이 되는 것 같음.currentCohort
를 제거하면 복잡도가 낮아지지 않을까?The text was updated successfully, but these errors were encountered: