aboutsummaryrefslogtreecommitdiffstats
path: root/library/README.md
diff options
context:
space:
mode:
authoryazevnul <yazevnul@yandex-team.ru>2022-02-10 16:46:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:48 +0300
commit9abfb1a53b7f7b791444d1378e645d8fad9b06ed (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /library/README.md
parent8cbc307de0221f84c80c42dcbe07d40727537e2c (diff)
downloadydb-9abfb1a53b7f7b791444d1378e645d8fad9b06ed.tar.gz
Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/README.md')
-rw-r--r--library/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/README.md b/library/README.md
index 0ca63b5944..fc418bef7b 100644
--- a/library/README.md
+++ b/library/README.md
@@ -17,15 +17,15 @@ library
5. The library **MUST** depend only on a limited list of external components
(currently it is `util/`, `contrib/`, `vendor/`, `library/`).
-
+
6. Any code in Arcadia (except `contrib/`, `vendor/` and `util/`) **MAY** depend on the `library/`.
-
+
7. The library **MUST** be accompanied by `README.md` file and a brief description of the project.
8. The library **MUST** be accompanied by unit-tests.
9. CPU- or/and RAM-bound algorithms **SHOULD** provide benchmarks.
-
+
10. There **MUST** be no trade secrets of Yandex in `library/`: anything that can cause harm on publishing as OpenSource. For example:
* spam filter rules;
* coefficients for ML;
@@ -34,11 +34,11 @@ library
11. All OSS (OpenSource Software) ready code **MUST** be accompanied by macro [LICENCE](https://docs.yandex-team.ru/ya-make/manual/common/macros#licence(license...)) in `ya.make`.
12. All language specific aspects are defined by `<language>` committee: see `library/<language>/README.md`.
-
+
13. The library **MUST** satisfy `<language>` style-guide.
14. The existing library **SHOULD** be improved instead of creating a new one - if it is possible.
-
+
Please do not create yet another library for the same thing: just improve existing one.
Contacts