Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add credits section #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
- [Chapter 16 - Refactoring SerialDate](#chapter15)
- [Chapter 17 - Smells and Heuristics](#chapter17)

<h1>Credits</h1>

This document is a summary of the wonderful 2008 book **Clean Code: A Handbook of Agile Software Craftsmanship** by Robert C. Martin. [link](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
This document is a summary of the wonderful 2008 book **Clean Code: A Handbook of Agile Software Craftsmanship** by Robert C. Martin. [link](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)
This document is a summary of the 2008 book **Clean Code: A Handbook of Agile Software Craftsmanship** by Robert C. Martin. [link](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)

Copy link
Owner

Choose a reason for hiding this comment

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

Thank you for flagging it. I wrote my notes as personal notes 8 Years ago. I never thought this repository would be relevant for someone else 😁

I left a minor request before merge it.


<a name="chapter1">
<h1>Chapter 1 - Clean Code</h1>
</a>
Expand Down