mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
f011f8f56d
but not all, places
25 lines
667 B
Markdown
25 lines
667 B
Markdown
# Backlog
|
|
|
|
## Code cleanup
|
|
|
|
- easier way to define magic tuneable constants
|
|
- and maybe to recalculate fixedish things if they change?
|
|
- add/plan tests
|
|
- document pieces that're stabilizing
|
|
- run clippy everywhere
|
|
- presubmit script
|
|
- also enforce consistent style (import order, extern crate only in mod.rs or lib.rs, derive order, struct initialization order)
|
|
|
|
## Conga line idea
|
|
|
|
- try constructive approach for snake idea
|
|
- with interactive mode?
|
|
- try destructive approach for snake idea
|
|
- with interactive mode?
|
|
|
|
## Generally useful rust stuff
|
|
|
|
- better test runner
|
|
- summary of pass/fail at the end, with timings
|
|
- log output from failures to tmp files
|