Skip to content

Commit 7ffcb4b

Browse files
authored
More detail in the philosophy section (#258)
1 parent 9cb3776 commit 7ffcb4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ It aims to:
1919
The philosophy underpinning this framework advocates:
2020
* Empowered teams which are accountable for their products
2121
* Rapid, iterative and incremental development: "Release early. Release often. And listen to your customers." (Eric S. Raymond in [The Cathedral and the Bazaar](https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar))
22-
* Reliable services, remembering "Everything fails, all the time" (Werner Vogels), and treating operations as a software engineering challenge (as in Google's [Site Reliability Engineering](https://landing.google.com/sre/))
22+
* Robust and comprehensive automation supporting and enforcing quality
23+
* Reliable & scalable services, remembering "Everything fails, all the time" (Werner Vogels), and treating operations as a software engineering challenge (as in Google's [Site Reliability Engineering](https://landing.google.com/sre/))
24+
* Loosely-coupled & cloud-native composable components as the default mode of construction
25+
* Continuous improvement, with prioritisation decisions based on data rather than sentiment
2326

2427
## Context
2528

0 commit comments

Comments
 (0)