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
currently closed rooms are a dictionary formed by room id & Commitment.
Commitment: only needed to know start and end date.
the improvement to be made is to create an IntervalTime interface with variables: start & end date. bind it to Commitment and all classes with start & end date. so we can create a dictionary of room id & IntervalTime.
IntervalTime interface
tie it to other classes
Improve Closed Room
code-snippets
wiki
The text was updated successfully, but these errors were encountered:
currently closed rooms are a dictionary formed by room id & Commitment.
Commitment: only needed to know start and end date.
the improvement to be made is to create an IntervalTime interface with variables: start & end date. bind it to Commitment and all classes with start & end date. so we can create a dictionary of room id & IntervalTime.
The text was updated successfully, but these errors were encountered: