Skip to content
Snippets Groups Projects
Select Git revision
  • 9b07cdaa1d8c0ba630231bcb85b2700aa8c6f94f
  • main default protected
2 results

TODO.md

Blame
  • 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