Update README.md

This commit is contained in:
Boshen 2023-11-05 09:03:58 +08:00 committed by GitHub
parent b81d79b64b
commit bf3d907dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,12 +223,16 @@ If you are unable to contribute by code, you can still participate by:
## 🧑‍💻 Maintenance
* Oxc is currently being developed and maintained by project lead [Boshen] with the help of [contributors] from all over the world
* APIs should be simple and well-documented
* All performance issues (runtime and compilation speed) are considered as bugs in this project
* Third-party dependencies should be minimal
* Code coverage should be monitored for unused code. Aim for 99% code coverage
* Embrace data-oriented design
Oxc is being maintained by [Boshen] as the project lead with the help of [contributors] from all over the world.
Rules of thumb:
* APIs should be simple and well-documented.
* All performance issues (runtime and compilation speed) are considered as bugs in this project.
* Third-party dependencies should be minimal.
* Monitor code coverage for unused code. Aim for 99% code coverage.
* Embrace data-oriented design.
* Prefer smaller PRs. Try [graphite.dev](https://graphite.dev).
## 🤝 Credits