Advanced Hands-on Rust: Bullet point break in the middle of a sentence (page 19)

  • Don’t repeat yourself (DRY). Solve a problem or implement an algorithm once, and you can reuse the
  • result over and over again in a library. The Pragmatic Programmer \[…\]