X
Sort by
Popular
Recent
Quote length
All
Short
Medium
Long
Sentiment
All
Positive
Negative
Neutral
Change font
Original
Change background
Images
Black
Inspirational Quotes
Authors
Professions
Topics
Tags
Rob Pike Inspirational Quotes (11)
Page 1 of 1
English
Nederlands
Francais
Espanol
Deutch
Italiano
Türk
हिंदी
日本
Polskie
Português
Pусский
中国人
Cebuano
Tagalog
العربية
বাংলা
한국어
Latinus
Melayu
Norsk
ਪੰਜਾਬੀ
Svenska
ภาษาไทย
tiếng Việt
Filter & Style
Object-oriented design is the roman numerals of computing.
Rob Pike
Procedure names should reflect what they do function names should reflect what they return
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.
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
Rob Pike
Sockets are the X windows of IO interfaces.
Rob Pike
When there is no type hierarchy you don't have to manage the type hierarchy.
Rob Pike
Why would you have a language that is not theoretically exciting? Because it's very useful.
Rob Pike
Languages that try to disallow idiocy become themselves idiotic.
Rob Pike
Caches aren't architecture, they're just optimization.
Rob Pike
Productivity is most important by engineering management rules, but enjoyment is most important for engineers. One stems from the other.
Rob Pike
Narrowness of experience leads to narrowness of imagination
Rob Pike