Adopt lower camelCase for all Star-Lang field names #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/star-lang#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Decision
Star-Lang field identifiers must use lower camelCase, not kebab-case.
Examples:
candidateId, notcandidate-idmessageId, notmessage-idcorrelationId, notcorrelation-idreplyTo, notreply-toThis applies to:
Boundary
Do not mechanically rename declaration or DSL identifiers that are not fields. Forms and named declarations such as
spec-library,ingest-page,candidate-idas a scalar/type name, predicates, actors, and compiler options may remain kebab-case. The rule is specifically for field identifiers and serialized field keys.Required implementation
messageId,messageType,correlationId, andreplyTo.Research authority
This supersedes the field-naming portions of the existing Star-Lang research.
STAR-LANG-RESEARCH-008remains approved with this amendment;STAR-LANG-RESEARCH-009must be reviewed against the camelCase rule.