josh11b 38eb2c0d2f Low context-sensitivity principle (#646) vor 4 Jahren
..
README.md a768b0ee19 Adjust copyrights based on carbon-project-tools/#3 (#171) vor 5 Jahren
error_handling.md 6639a915dc Principle: Errors are values (#301) vor 5 Jahren
low_context_sensitivity.md 38eb2c0d2f Low context-sensitivity principle (#646) vor 4 Jahren
safety_strategy.md 1edfb1786e Language-level safety strategy (#196) vor 5 Jahren
success_criteria.md 79a9b51d07 Update pre-commits, add and address flake8 (#195) vor 5 Jahren

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.