COH has been updated

This commit is contained in:
Sameer Rahmani 2019-12-04 15:02:18 +00:00
parent 4ca5c78552
commit 8f0ade8124
1 changed files with 6 additions and 1 deletions

7
coh.md
View File

@ -38,6 +38,12 @@ I always try to live by my code of honor. A man is nothing without his honor. "A
* Bugs before new features
* Docs before new features
### Library design
* Major releases can contain backward incompatible changes.
* It's better to use a different code name instead of a major version number change
to indicate that there going to be backward incompatible changes.
* Minor releases shouldn't break the dependency versions. E.g: X(0.6.0) depends on Python(3.5.x),
X(0.7.0) should depends on the same version python
### New Feature Checklist
* Is it easy to extend the feature ?
* Is it scalable ?
@ -47,7 +53,6 @@ I always try to live by my code of honor. A man is nothing without his honor. "A
* What about tests ?
* Is it following the correct coding style ?
### Resiliency Checklist
* Things that might fail: