Skip to content
Snippets Groups Projects
TODO.md 355 B

GOOD HABITS

  1. If you collect an iterator which you don't index in, you don't need to collect it
  2. avoid temporary hashmaps
  3. rewrite POST request stuff TICK
  4. Client struct
  5. Mime-Display new implemented
  6. Remove unwraps
  7. Reusable allocations

TODO:

  1. Uri structs everywhere
  2. Cookie From String fix

API design 3. No decisions for the caller