Switch to using trailing commas #99

Closed
opened 2025-07-16 20:05:44 +00:00 by Vectornaut · 0 comments
Member

We started writing the app prototype without trailing commas, with the intention of evaluating how annoying that style is. By now we're convinced that trailing commas would be nicer, so let's convert the existing code to that style.

Implementation ideas

We might be able to find lists that need trailing commas using rustfmt in check mode.

We started writing the app prototype without trailing commas, with the intention of evaluating how annoying that style is. By now we're convinced that trailing commas would be nicer, so let's convert the existing code to that style. ### Implementation ideas We might be able to find lists that need trailing commas using [`rustfmt`](https://rust-lang.github.io/rustfmt/) in [check mode](https://github.com/rust-lang/rustfmt?tab=readme-ov-file#checking-style-on-a-ci-server).
Vectornaut added the
maintenance
label 2025-07-16 20:05:44 +00:00
glen closed this issue 2025-08-04 23:34:37 +00:00
Sign in to join this conversation.
No description provided.