jonmeow marked this pull request as ready for review
September 30, 2021 19:43jonmeow deleted the proposal-naming-conventions branch
January 27, 2022 19:25Merged
jonmeow added a commit that referenced this pull request
Jan 29, 2022A pretty straight copy of #861. Cutting down README.md example text since it seemed a little redundant with examples in the bullets.
chandlerc added a commit that referenced this pull request
Jun 28, 2022- For idiomatic Carbon code:
- `UpperCamelCase` will be used when the identifier can be resolved to a
specific value at compile-time.
- `lower_snake_case` will be used when the identifier's value won't be
known until runtime, such as for variables.
- For Carbon-provided features:
- Keywords and type literals will use `lower_snake_case`.
- Other code will use the guidelines for idiomatic Carbon code.
Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
Co-authored-by: Richard Smith <richard@metafoo.co.uk>
Co-authored-by: josh11b <josh11b@users.noreply.github.com>
chandlerc pushed a commit that referenced this pull request
Jun 28, 2022A pretty straight copy of #861. Cutting down README.md example text since it seemed a little redundant with examples in the bullets.
Closed
ooxi added a commit to ooxi/carbon-lang that referenced this pull request
Jul 24, 2022Primitive types have been renamed in pull request carbon-language#861 and also the design document.
ooxi
mentioned this pull request
Merged
ooxi added a commit to ooxi/carbon-lang that referenced this pull request
Jul 24, 2022Primitive types have been renamed in pull request carbon-language#861 and also the design document.
jonmeow pushed a commit that referenced this pull request
Jul 24, 2022Primitive types have been renamed in pull request #861 and also the design document.
ProgRockJazz pushed a commit to ProgRockJazz/carbon-lang that referenced this pull request
May 20, 2026Primitive types have been renamed in pull request carbon-language#861 and also the design document.