Updated reading list

This commit is contained in:
2020-07-09 21:35:33 +02:00
parent 3810fe4a3f
commit 697cf98cbb

View File

@ -12,13 +12,22 @@ description: Here you can find my reading list.
<h2>Outstanding books</h2> <h2>Outstanding books</h2>
<ol> <ol>
<li>"Working Effectively with Legacy Code" by Michael C. Feathers (ISBN: 0-13-117705-2)</li> <li><strong>"Working Effectively with Legacy Code" by Michael C. Feathers (ISBN: 0-13-117705-2)</strong> (currently reading)</li>
<li>"Head First Design Patterns" by Eric Freeman et al (ISBN: 978-0-596-00712-6)</li>
<li>"Test Driven Development. By Example" by Kent Beck (ISBN: 978-0-321-14653-3)</li>
<li>"Clean Code" by Robert C. Martin (ISBN: 978-0-13-235088-4)</li>
<li>"The Software Craftsman" by Sandro Mancuso (ISBN: 978-0-13-405250-2)</li>
<li>"Agile Software Development: Principles, patterns, and practices" by Robert C. Martin (ISBN: 978-1-292-02594-0)</li>
<li>"Refactoring" by Martin Fowler (ISBN: 978-0-13-475759-9)</li>
<li>"The Clean Coder" by Robert C. Martin (ISBN: 978-0-13-708107-3)</li>
<li>"Clean Architecture" by Robert C. Martin (ISBN: 978-0-13-449416-6)</li>
</ol> </ol>
<h2>Finished books</h2> <h2>Finished books</h2>
<ul> <ul>
<li> <li>
"Apprenticeship Patterns" by David H. Hoover and Adewale Oshineye (ISBN: 978-0-596-51838-7); finished at July 4th 2020 "Apprenticeship Patterns" by David H. Hoover and Adewale Oshineye (ISBN: 978-0-596-51838-7); finished at July
4th 2020
</li> </li>
</ul> </ul>