Skip to content

Commit

Permalink
minor grammar suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
Jonathan Dowland authored and jmtd committed Feb 18, 2015
1 parent 2f024bd commit b7a1776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/PRINCIPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the design and development of Docker we try to follow these principles:

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

0 comments on commit b7a1776

Please sign in to comment.