1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

minor grammar suggestion

Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
This commit is contained in:
Jonathan Dowland 2015-02-18 14:02:48 +00:00 committed by Jonathan Dowland
parent 2f024bd9e1
commit b7a1776878

View file

@ -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. * Don't try to replace every tool. Instead, be an ingredient to improve them.
* Less code is better. * 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. * 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. * 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. * When hesitating between 2 options, choose the one that is easier to reverse.