Code style is not consistent #66

Open
opened 2026-05-19 19:37:21 +02:00 by jakob.scheid · 0 comments
Owner

Inconsistent code style

Unfortunately, several code styles are mixed in the repository.

Examples

  • Inconsistent use of semicolons at the line ends
  • The same quotation marks should be used in the entire project (I prefer ')
  • Code lines, mostly imports, can be better structured/grouped
  • Whitespaces should be used consistently (for example, spaces in CSS were sometimes omitted (like element{ instead of element {, I find that the second variant is more readable))

Note

This should be done just before the first release.

# Inconsistent code style Unfortunately, several code styles are mixed in the repository. ## Examples - Inconsistent use of semicolons at the line ends - The same quotation marks should be used in the entire project (I prefer `'`) - Code lines, mostly imports, can be better structured/grouped - Whitespaces should be used consistently (for example, spaces in CSS were sometimes omitted (like `element{` instead of `element {`, I find that the second variant is more readable)) ## Note This should be done just before the first release.
jakob.scheid added this to the mvp-frontend milestone 2026-05-19 19:37:21 +02:00
jakob.scheid added the
prio
medium
area/global
labels 2026-05-19 19:37:21 +02:00
jakob.scheid added this to the MVP Frontend project 2026-05-19 19:37:21 +02:00
johannes.vos added a new dependency 2026-06-04 13:30:34 +02:00
johannes.vos added a new dependency 2026-06-04 13:30:39 +02:00
johannes.vos removed a dependency 2026-06-04 13:30:48 +02:00
johannes.vos removed a dependency 2026-06-04 13:30:50 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#66