rob_pike_s_5_rules_of_programming
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rob_pike_s_5_rules_of_programming [2026/01/31 06:22] – appledog | rob_pike_s_5_rules_of_programming [2026/01/31 06:23] (current) – appledog | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| = Rob Pike's 5 Rules of Programming | = Rob Pike's 5 Rules of Programming | ||
| * from: https:// | * from: https:// | ||
| + | |||
| + | Rob Pike's 5 Rules of Programming | ||
| 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. | 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_s_5_rules_of_programming.txt · Last modified: by appledog
