Bugs that the Rust compiler catches for you

Summary

Thoughts

  • compilers has helped devs deal with ever more complicated programs. what equivalent compiler checks can we run over general notes?
  • some ideas:
    • link validation
    • style validation
    • eslint like rules for grammar and style
    • strict schemas
    • etc

Tags

  1. area.dendron