File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,14 @@ Principles behind devcli
3030 of the command.
3131
3232- **Proximity **: Information on how to work with a system should be close to the system
33- itself.
33+ itself. That why '.devcli' is he mechanics of extending, each system automation can
34+ define their own commands.
3435
3536- **Interfacing **: *devcli * serves as an interface to other systems. As such, it should
3637 provide the features necessary to help create and diagnose these interfaces,
3738 rather than functioning as the system itself.
3839
39- - **Disposability **: Under any circumstance, the system which * devcli * interfaces should not rely on it to work .
40- It is meant to help developers, not to be the part of the system. Removing it should not be detrimental
41- to the system itself.
42-
40+ - **Disposability **: Removing it should not be detrimental to the system itself .
41+ Under any circumstance, the system which * devcli * interfaces with should not rely on
42+ it to work. This tool is meant to help developers, not to be the part of the
43+ system it automates.
You can’t perform that action at this time.
0 commit comments