commit 1a616fb2aa2585649a8b31d946b28cb91dd9fe5f
parent 37a36c0c68ed66895b99ab8970dcc85473240cf3
Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 7 Dec 2015 17:04:12 +0100
Add a link to "minimal viable programs".
The MVP concept is part of the suckless philosophy.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless.org/philosophy.md b/suckless.org/philosophy.md
@@ -62,3 +62,4 @@ Related links
* [Why should I have written ZeroMQ in C, not C++](http://www.250bpm.com/blog:4)
* [Best practices in application architecture: Use layers to decouple](http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef014e5f920093970c-pi)
* [Facebook's code quality problem](http://www.darkcoding.net/software/facebooks-code-quality-problem/)
+* [Minimal Viable Programs](http://joearms.github.io/2014/06/25/minimal-viable-program.html)