Skip to content

Commit b7a1776

Browse files
Jonathan Dowlandjmtd
Jonathan Dowland
authored andcommittedFeb 18, 2015
minor grammar suggestion
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 2f024bd commit b7a1776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/PRINCIPLES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the design and development of Docker we try to follow these principles:
66

77
* Don't try to replace every tool. Instead, be an ingredient to improve them.
88
* Less code is better.
9-
* Less components is better. Do you really need to add one more class?
9+
* Fewer components are better. Do you really need to add one more class?
1010
* 50 lines of straightforward, readable code is better than 10 lines of magic that nobody can understand.
1111
* Don't do later what you can do now. "//FIXME: refactor" is not acceptable in new code.
1212
* When hesitating between 2 options, choose the one that is easier to reverse.

0 commit comments

Comments
 (0)