standardize casing conventions #496

Open
opened 2025-08-25 19:18:06 +02:00 by kiara · 0 comments
Owner

As a developer,
I want to standardize coding case conventions,
so that we may reduce surprise for readers (and writers).

implementation notes

our codebase currently seems to contain names spanning:

  • camelCase
  • snake_case
  • kebab-case
  • lowercase

this poses questions on:

  • what to settle on, looking at existing conventions for any of our languages:
    • nix
    • python
    • bash
  • looking to enforce these by linters
    • nix: non-existent?
    • python
    • bash
**As** a developer, **I want** to standardize coding case conventions, **so that** we may reduce surprise for readers (and writers). ### implementation notes our codebase currently seems to contain names spanning: - camelCase - snake_case - kebab-case - lowercase this poses questions on: - what to settle on, looking at existing conventions for any of our languages: - [ ] nix - [ ] python - [ ] bash - looking to enforce these by linters - [ ] nix: non-existent? - [ ] python - [ ] bash
kiara added the
type: task
label 2025-08-25 19:18:06 +02:00
kiara added a new dependency 2025-08-25 19:18:31 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: fediversity/fediversity#496
No description provided.