From 66f4ebe9c80ea0da40d5d9c4dfdffe3babcf1d25 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Fri, 17 Sep 2021 13:39:39 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3926ee7..40617fa 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ Path('.').absolute() * [the-importance-of-humility-in-software-development](https://humbletoolsmith.com/2020/08/10/the-importance-of-humility-in-software-development/) * _doing it right_ vs _doing it on time_ * Closed Source Software: If you cannot check what it does / how it works, do not use it for the sake of security. + * [Software Design X Dieter Rams](https://github.com/zedr/dieter-rams-10-applied-to-software) * Collaboration / Working in a team * Details about [pair programming](https://martinfowler.com/articles/on-pair-programming.html) * Is [extreme programming](http://www.extremeprogramming.org/) a thing?