abstreet/docs/backlog.md

25 lines
614 B
Markdown
Raw Normal View History

2018-04-22 18:08:06 +03:00
# Backlog
2018-07-07 00:53:22 +03:00
## Code cleanup
2018-04-22 18:08:06 +03:00
- easier way to define magic tuneable constants
- and maybe to recalculate fixedish things if they change?
2018-07-07 00:53:22 +03:00
- add/plan tests
- document pieces that're stabilizing
- run clippy everywhere
- presubmit script
- also enforce consistent style (derive order, struct initialization order)
2018-04-22 18:08:06 +03:00
## Conga line idea
- try constructive approach for snake idea
- with interactive mode?
- try destructive approach for snake idea
- with interactive mode?
2018-09-07 23:22:37 +03:00
## Generally useful rust stuff
- better test runner
- summary of pass/fail at the end, with timings
- log output from failures to tmp files