commit 1a616fb2aa2585649a8b31d946b28cb91dd9fe5f
Author: Christoph Lohmann <[email protected]>
Date: Mon Dec 7 17:04:12 2015 +0100
Add a link to "minimal viable programs".
The MVP concept is part of the suckless philosophy.
diff --git a/suckless.org/philosophy.md b/suckless.org/philosophy.md
index eaaf3bd..ad7a42a 100644
--- 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)