Added category and pages related to software craftsmanship
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2020-07-04 18:27:39 +02:00
parent 0a634e2fcf
commit f0997fbe71
3 changed files with 45 additions and 2 deletions

23
pages/reading-list.html Normal file
View File

@ -0,0 +1,23 @@
---
title: Reading list
parent_link: /software-craftsman/
description: Here you can find my reading list.
---
<p>
On this page, I will maintain a list of my reading; both planned and finished.
</p>
<h2>Outstanding books</h2>
<ol>
<li>"Working Effectively with Legacy Code" by Michael C. Feathers (ISBN: 0-13-117705-2)</li>
</ol>
<h2>Finished books</h2>
<ul>
<li>
"Apprenticeship Patterns" by David H. Hoover and Adewale Oshineye (ISBN: 978-0-596-51838-7); finished at July 4th 2020
</li>
</ul>