Productivity is most important by engineering management rules, but enjoyment is most important for engineers. One stems from the other.
Rob PikeProcedure names should reflect what they do; function names should reflect what they return
Rob PikeSuch 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.
Rob PikeWhy would you have a language that is not theoretically exciting? Because it's very useful.
Rob PikeData 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 PikeRule 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