Updating readme.
This commit is contained in:
parent
30ddd177d9
commit
83e22cb5ad
|
@ -4,7 +4,7 @@ Clean-code version of baseflight flight-controller - flight controllers are used
|
||||||
|
|
||||||
This fork differs from baseflight in that it attempts to use modern software development practices which result in:
|
This fork differs from baseflight in that it attempts to use modern software development practices which result in:
|
||||||
|
|
||||||
1. greater reliability through code robustness.
|
1. greater reliability through code robustness and automated testing.
|
||||||
2. easier maintainance through code cleanliness.
|
2. easier maintainance through code cleanliness.
|
||||||
3. easier to develop new features.
|
3. easier to develop new features.
|
||||||
4. easier to re-use code though code de-coupling and modularisation.
|
4. easier to re-use code though code de-coupling and modularisation.
|
||||||
|
|
Loading…
Reference in New Issue