Skip to content

Commit f07bc9a

Browse files
authored
docs(tenets): update Idiomatic tenet to Progressive (#823)
1 parent cb5465d commit f07bc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project separates core utilities that will be available in other runtimes v
1717
* **Keep it lean**. Additional dependencies are carefully considered for security and ease of maintenance, and prevent negatively impacting startup time.
1818
* **We strive for backwards compatibility**. New features and changes should keep backwards compatibility. If a breaking change cannot be avoided, the deprecation and migration process should be clearly defined.
1919
* **We work backwards from the community**. We aim to strike a balance of what would work best for 80% of customers. Emerging practices are considered and discussed via Requests for Comment (RFCs)
20-
* **Idiomatic**. Utilities follow programming language idioms and language-specific best practices.
20+
* **Progressive**. Utilities are designed to be incrementally adoptable for customers at any stage of their Serverless journey. They follow language idioms and their community’s common practices.
2121

2222
## Install
2323

0 commit comments

Comments
 (0)