Jon Ross-Perkins 92748e6b35 Update pre-commit version for underscores in symlinks (#1845) преди 3 години
..
README.md d7a90609cc Update docs/ READMEs (#1211) преди 4 години
error_handling.md 6639a915dc Principle: Errors are values (#301) преди 5 години
information_accumulation.md 35a0bf1c7e Principle: information accumulation (#875) преди 4 години
library_apis_only.md bc40bdc279 Principle: All APIs are library APIs (#1280) преди 3 години
low_context_sensitivity.md 92748e6b35 Update pre-commit version for underscores in symlinks (#1845) преди 3 години
one_way.md 066b103881 Spelling (#1580) преди 3 години
safety_strategy.md 066b103881 Spelling (#1580) преди 3 години
static_open_extension.md 00a178769f Principle: One static open extension mechanism (#998) преди 4 години
success_criteria.md 79a9b51d07 Update pre-commits, add and address flake8 (#195) преди 5 години

README.md

Principles

Some language goals will have widely-applicable, high-impact, and sometimes non-obvious corollaries. We collect concrete language design principles in this directory as a way to document and clarify these. Principles clarify, but do not supersede, goals and priorities. Principles should be used as a tool in making decisions, and to clarify to contributors how decisions are expected to be made.

A key difference between a principle and the design of a language feature is that a principle should inform multiple designs, whereas a feature's design is typically more focused on achieving a specific goal or set of goals. The principle can help achieve consistency across those multiple designs.

Note that these principles seek to establish both the approaches the project wants to pursue, as well as those we want to exclude.