Skip to content

Commit dbc6210

Browse files
committed
chapter 02: update README
1 parent c4ee242 commit dbc6210

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,13 @@ The style of the code and the chosen tools are 100% my decision. (The good and t
5353
- <a href="https://github.com/devcorpio/principles-of-package-design/commit/09f676b">renaming confirmationMailMailer file</a>
5454
</p>
5555
</details>
56+
57+
2. _The Open/Closed principle_
58+
59+
<details><summary>git commits done during the chapter :shipit:</summary>
60+
<p>
61+
- <a href="https://github.com/devcorpio/principles-of-package-design/commit/8de78eb">create a genericEncoder that violates the open/closed principle</a><br>
62+
- <a href="https://github.com/devcorpio/principles-of-package-design/commit/0ac5c23">worsen the genericEncoder adding a case for yaml format</a><br>
63+
- <a href="https://github.com/devcorpio/principles-of-package-design/commit/c4ee242">worsen the genericEncoder adding the method prepareData that also violates the open/closed principle</a><br>
64+
</p>
65+
</details>

0 commit comments

Comments
 (0)