summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2018-02-24 17:47:11 +0700
committerDave Kerr <dwmkerr@gmail.com>2018-02-24 17:47:11 +0700
commitcc01680e3f616ab179c2a0dada6bc5487410bd91 (patch)
treec7182d74ea98535d63c1809c514f0f09e54dc24f
parent689cfe411b7401ff33e897d122c032b89ed4346e (diff)
add the spotify model
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 551be70..2e13459 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,11 @@ See also: 'The Spotify Model'.
The Unix Philosophy is that software components should be small, and focused on doing one specific thing well. This can make it easier to build systems by composing together small, simple, well defined units, rather than using large, complex, multi-purpose programs.
Modern practices like 'Microservice Architecture' can be thought of as an application of this law, where services are small, focused and do one specific thing, allowing complex behaviour to be composed from simple building blocks.
+
+## ⭐The Spotify Model
+
+[The Spotify Model on Spotify Labs](https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/)
+
+The Spotify Model is an an approach to team and organisation structure which has been popularised by 'Spotify'. In this model, teams are organised around features, rather than technologies.
+
+The Spotify Model also popularises the concepts of Tribes, Guilds, Chapters, which are other components of their organisation structure.