From 924ee144e811dc4c898dbcabe88f948368a1c032 Mon Sep 17 00:00:00 2001 From: Adam Wiggins Date: Sat, 30 Jul 2011 13:34:37 -0700 Subject: [PATCH] more tweaks to background --- content/background.md | 2 +- views/home.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/background.md b/content/background.md index ccfc94a..dfdbd71 100644 --- a/content/background.md +++ b/content/background.md @@ -5,5 +5,5 @@ The contributors to this document have been directly involved in the development This document synthesizes all of our experience and observations on a wide variety of software-as-a-service apps in the wild. It is a triangulation on ideal practices app development, paying particular attention to the dynamics of the organic growth of an app over time, the dynamics of collaboration between developers working on the app's codebase, and [avoiding the cost of software erosion](http://blog.heroku.com/archives/2011/6/28/the_new_heroku_4_erosion_resistance_explicit_contracts/). -The format is inspired by Martin Fowler's books *[Patterns of Enterprise Application Architecture](http://books.google.com/books/about/Patterns_of_enterprise_application_archi.html?id=FyWZt5DdvFkC)* and *[Refactoring](http://books.google.com/books/about/Refactoring.html?id=1MsETFPD3I0C)*. +Our motivation is to raise awareness of some systemic problems we've in modern application development, to provide a shared vocabulary for discussing those problems, and to offer a set of broad conceptual solutions to those problems with accompanying terminology. The format is inspired by Martin Fowler's books *[Patterns of Enterprise Application Architecture](http://books.google.com/books/about/Patterns_of_enterprise_application_archi.html?id=FyWZt5DdvFkC)* and *[Refactoring](http://books.google.com/books/about/Refactoring.html?id=1MsETFPD3I0C)*. diff --git a/views/home.erb b/views/home.erb index 7ea9a35..4e9c38c 100644 --- a/views/home.erb +++ b/views/home.erb @@ -1,7 +1,7 @@
<%= render_markdown('intro') %>
-
<%= render_markdown('who') %>
<%= render_markdown('background') %>
+
<%= render_markdown('who') %>