Skip to content
Merged
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
Expand Up @@ -142,13 +142,13 @@ Kent Beck's 2023 book [Tidy First?](https://tidyfirst.substack.com/) makes the r

Bad commit:

```
```text
feat: add quantity support and rename @items to @line_items
```

Good commits, in order:

```
```text
refactor: rename @items to @line_items
feat: add quantity support to Order#add
```
Expand Down
Loading