Chandler Carruth 223d0397c0 Updating Carbon's safety strategy (#5914) před 8 měsíci
..
README.md 223d0397c0 Updating Carbon's safety strategy (#5914) před 8 měsíci
error_handling.md e26bc32343 Change remaining uses of `Bool` to `bool`, following #750. (#1901) před 3 roky
information_accumulation.md 10189bbb78 rephrase a few sentences (#3766) před 2 roky
library_apis_only.md 8e8d570571 Proposal: Variadics (#2240) před 1 rokem
low_context_sensitivity.md 45a5828bb4 Update low_context_sensitivity (#1970) před 3 roky
namespace_cleanliness.md e257051612 No predeclared identifiers, `Core` is a keyword (#4864) před 1 rokem
one_way.md f338f56502 docs: fix little writing issue (#2031) před 3 roky
progressive_disclosure.md 12fbf9c9c2 Progressive disclosure principle (#5661) před 10 měsíci
safety_strategy.md 10189bbb78 rephrase a few sentences (#3766) před 2 roky
static_open_extension.md 00a178769f Principle: One static open extension mechanism (#998) před 4 roky
success_criteria.md 79a9b51d07 Update pre-commits, add and address flake8 (#195) před 5 roky

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.