Open altavir opened 2 years ago
Completely agree with that documentation for all new features is mandatory; however, writing design documents seems to be a bit bureaucratic for research library.
I am not talking about "good" documentation, but at least some considerations are required. It is very hard to devise those considerations from PR. And nobody will do it after it is merged.
There is already a bunch of nice features from KMath contributors. But since the code is usually sophisticated, some community design process needs to be enforced in order to make them play together. So here are some rules.
examples
project), short feature description (goes intoreadme/feature
section of appropriate module build file) and a design document (goes intodocs
directory). The design document is made to explain the design decisions made for the specific features (look at how KEEP works). Designing mathematics library is hard and we want all decisions to be consistent. The discussion in Kotlin Slack is welcome.stable
maturity modules must be ABI compatible between major versions anddevelopment
maturity means ABI compatibility between minor versions. If your change is breaking it should be moved to a separate module or to the next release branch.