Best 19 quotes of Rob Pike on MyQuotes

Rob Pike

  • By Anonym
    Rob Pike

    A smart terminal is not a smartass terminal, but rather a terminal you can educate.

  • By Anonym
    Rob Pike

    Caches aren't architecture, they're just optimization.

  • By Anonym
    Rob Pike

    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.

  • By Anonym
    Rob Pike

    Eventually, I decided that thinking was not getting me very far and it was time to try building.

  • By Anonym
    Rob Pike

    Fancy algorithms are slow when N is small, and N is usually small.

  • By Anonym
    Rob Pike

    If POSIX threads are a good thing, perhaps I don't want to know what they're better than.

  • By Anonym
    Rob Pike

    Languages that try to disallow idiocy become themselves idiotic.

  • By Anonym
    Rob Pike

    Not only is UNIX dead, it's starting to smell really bad.

  • By Anonym
    Rob Pike

    Object-oriented design is the roman numerals of computing.

  • By Anonym
    Rob Pike

    Procedure names should reflect what they do; function names should reflect what they return

  • By Anonym
    Rob Pike

    Productivity is most important by engineering management rules, but enjoyment is most important for engineers. One stems from the other.

  • By Anonym
    Rob Pike

    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

  • By Anonym
    Rob Pike

    Sockets are the X windows of IO interfaces.

  • By Anonym
    Rob Pike

    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.

  • By Anonym
    Rob Pike

    There's no such thing as a simple cache bug.

  • By Anonym
    Rob Pike

    There's nothing in computing that can't be broken by another level of indirection.

  • By Anonym
    Rob Pike

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

  • By Anonym
    Rob Pike

    When there is no type hierarchy you don't have to manage the type hierarchy.

  • By Anonym
    Rob Pike

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