Skip to content

Worker: Use lowcase for packet/spec components in commands and logs#1810

Merged
ibc merged 1 commit into
v3from
cosmetic-lowcase-keywords-in-worker-code
May 27, 2026
Merged

Worker: Use lowcase for packet/spec components in commands and logs#1810
ibc merged 1 commit into
v3from
cosmetic-lowcase-keywords-in-worker-code

Conversation

@ibc
Copy link
Copy Markdown
Member

@ibc ibc commented May 27, 2026

Details

  • Use lowcase for packet/spec components such as "Packet", "Chunk", "Extension", etc.
  • Why? Because otherwise we end with comments like this "...get Attributes from the Packet" which do not bring any benefit.
  • Exceptions: When in the title of the description of a class (which usually is text copied from the RFC).
  • Also use "-" instead of "_" for SCTP chunk/parameter/errorCauses.

# Details

- Use lowcase for packet/spec components such as "Packet", "Chunk", "Extension", etc.
- Why? Because otherwise we end with comments like this "...get Attributes from the Packet" which do not bring any benefit.
- Exceptions: When in the title of the description of a class (which usually is text copied from the RFC).
- Also use "-" instead of "_" for SCTP chunk/parameter/errorCauses.
@ibc ibc requested a review from jmillan May 27, 2026 13:25
@ibc ibc merged commit 51f9a8b into v3 May 27, 2026
43 checks passed
@ibc ibc deleted the cosmetic-lowcase-keywords-in-worker-code branch May 27, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants