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
We keep track of a master tag list which holds all the tags in
AddressBook.
As the master tag list was deemed unnecessary and may be too
complex for new developers to grasp, as discussed in
se-edu/addressbook-level4#753 and se-edu/addressbook-level4#794,
the master tag list has already been removed in AB4
by se-edu/addressbook-level4#825.
UniqueTagList was also deemed unnecessary and removed in
addressbook-level4 after the master tag list is removed.
As such, the master tag list and UniqueTagList class should also be
removed in the lower level projects.
Let's remove the master tag list in AddressBook and AdaptedAddressBook,
as well as the UniqueTagList class.
[1/3] AddressBook: remove master tag list
[2/3] Remove UniqueTagList class
[3/3] docs: update component on UniqueTagList
We keep track of a master tag list which holds all the tags in
AddressBook.
As the master tag list was deemed unnecessary and may be too
complex for new developers to grasp, as discussed in
se-edu/addressbook-level4#753 and se-edu/addressbook-level4#794,
the master tag list has already been removed in AB4
by se-edu/addressbook-level4#824. As such, the master tag list
should also be removed for the lower level projects.
Let's remove the master tag list in AddressBook.
The text was updated successfully, but these errors were encountered: