go-peer/TODO.md
2023-11-26 11:40:12 +07:00

529 B

TODO

  1. Append comments for functions/variables/constants/etc (godoc)
  2. Append benchmarks
  3. Write tests for coverage > 80%
  4. Write linters (names with prefixes 'p', 'f', 's', 'i', 'c', 'g'), (objects with name=p)
  5. HLM: do error pages
  6. HLM: group chats, name of senders
  7. HLS: write a threat model (in "Hidden Lake" article)
  8. HLF: Hidden Lake Forum
  9. Append example of use functions (godoc)
  10. Append errors (as traffic/database) for all interface methods
  11. Update readme for HLL
  12. HLL append tests, examples