From dd064f198dcfb68d74c316e9b1a89005dec0b9bf Mon Sep 17 00:00:00 2001 From: Panique Date: Tue, 10 Feb 2015 22:43:55 +0100 Subject: [PATCH] shorter project explaination info block --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cfac95908..f36e63824 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ that just works, then this script might be interesting for you. HUGE's simple-as-possible architecture was inspired by several conference talks, slides and articles about huge applications that - surprisingly and intentionally - go back to the basics of programming, using procedural programming, static classes, extremely simple constructs, not-totally-DRY code etc. while keeping the code extremely readable -([StackOverflow](http://www.dev-metal.com/architecture-stackoverflow/), Wikipedia, SoundCloud). Plus, my experience -with several agencies and startups that built small applications for 100.000s of users with just a handful of files -within a few days, usually *without* a team of highly experienced senior developers. +([StackOverflow](http://www.dev-metal.com/architecture-stackoverflow/), Wikipedia, SoundCloud). Buzzwords: [KISS](http://en.wikipedia.org/wiki/KISS_principle), [YASNI](http://en.wikipedia.org/wiki/You_aren%27t_gonna_need_it).