Open navarhontes opened 1 year ago
Might be worth explaining the meta reasons why this class exists. Honestly every confused about why this exists, because the only thing this class currently does is hold a likeListDsGateway object, call that object's methods, and do logic on it.
_Originally posted by @navarhontes in https://github.com/CSC207-2023Y-UofT/course-project-tindar/pull/26#discussion_r1279926460_
Can you elaborate on this and put it in the javadoc? Because right now it looks like this connects front end to a LikeListInputBoundary, and a LikeListInputBoundary connects to a LikeListDsGateway, and the LikeListDsGateway connects to the actual database.
_Originally posted by @navarhontes in https://github.com/CSC207-2023Y-UofT/course-project-tindar/pull/26#discussion_r1280584902_
I think we can close this issue given our conversation with the TA during our most recent lab
We have some classes that may be redundant but that are ostensibly there for CA. We should either confirm with the TA that this is okay, or try to reduce these redundancies.