AY2324S1-CS2113T-W11-1 / tp

SysLib is a CLI Library Management software for system librarians especially those who are fast typists. From viewing, adding, searching, editing, deleting and saving, SysLib provides all the features needed to manage library resources and events.
https://ay2324s1-cs2113t-w11-1.github.io/tp/
0 stars 5 forks source link

Update EditCommand to use ID instead of ISBN #153

Closed yingx9 closed 1 year ago

yingx9 commented 1 year ago

Update EditCommand to use ID instead of ISBN

Since ISBN may be a long identifier for users to type, switch to using ID and update EditCommandTests accordingly

Improve code quality by making happy path prominent, renaming class FormatMessage to MessageFormatter, to make code more readable

Extract methods related to formatting display resources to a class ResourceDisplayFormatter for OOP

Center-align headers for showResources

000verflow commented 1 year ago

Nice!