41 Quotes by Rob Pike

  • Author Rob Pike
  • Quote

    Such is modern computing: everything simple is made too complicated because it's easy to fiddle with; everything complicated stays complicated because it's hard to fix.

  • Tags
  • Share


  • Author Rob Pike
  • Quote

    Rule 1. You can't tell where a program is going to spend its time. Bottlenecks occur in surprising places, so don't try to second guess and put in a speed hack until you've proven that's where the bottleneck is

  • Tags
  • Share

  • Author Rob Pike
  • Quote

    Why would you have a language that is not theoretically exciting? Because it's very useful.

  • Tags
  • Share

  • Author Rob Pike
  • Quote

    Using Unix is the computing equivalent of listening only to music by David Cassidy.

  • Tags
  • Share

  • Author Rob Pike
  • Quote

    Object-oriented design is the roman numerals of computing.

  • Share

  • Author Rob Pike
  • Quote

    Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.

  • Tags
  • Share