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
|
2018-08-27 23:21:31 +03:00
|
|
|
- also enforce consistent style (import order, extern crate only in mod.rs or lib.rs, derive order, struct initialization order)
|
2018-09-07 01:15:26 +03:00
|
|
|
- profiling
|
|
|
|
- https://github.com/TyOverby/flame
|
2018-06-19 19:03:26 +03:00
|
|
|
|
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?
|