Skip to content
Open

Develop #1611

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the feature for the author to add a new book.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is the feature which shows the user all the books they've created as a list.

List all books will list all books in ascending order.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The file is missing a trailing newline at the end. Most editors and POSIX tools expect text files to end with a newline, and its absence can cause issues when files are concatenated or processed by shell tooling.

Suggested change
List all books will list all books in ascending order.
List all books will list all books in ascending order.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!