Switch to using trailing commas #99
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.