Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate naming of topics/subscriptions to lowerCamelCase #2328

Closed
alecthomas opened this issue Aug 12, 2024 · 0 comments · Fixed by #2329
Closed

Migrate naming of topics/subscriptions to lowerCamelCase #2328

alecthomas opened this issue Aug 12, 2024 · 0 comments · Fixed by #2329
Assignees

Comments

@alecthomas
Copy link
Collaborator

They are currently lower_snake_case, which is inconsistent with all other identifiers in FTL. This will entail something like:

  1. Change FTL to require lowerCamelCase.
  2. Change source code from eg. var OutgoingMessagesTopic = ftl.Topic[OutgoingMessageEvent]("outgoing_messages_topic") to var OutgoingMessagesTopic = ftl.Topic[OutgoingMessageEvent]("outgoingMessagesTopic")
  3. Rename topics in database.
@alecthomas alecthomas added the triage Issue needs triaging label Aug 12, 2024
@ftl-robot ftl-robot mentioned this issue Aug 12, 2024
@worstell worstell removed the triage Issue needs triaging label Aug 12, 2024
github-merge-queue bot pushed a commit that referenced this issue Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants