Rob Pike

Rob Pike's 5 Rules of Programming — a decision framework that prevents premature optimization and enforces measurement-driven development. Use when the user says "optimize", "slow", "performance", "bottleneck", "speed up", "make faster", "too slow", or any request to improve code speed/efficiency. Also use when you notice yourself about to suggest a performance optimization without measurement data. This is a thinking discipline, not a tooling workflow.

tmdgusya Updated

File contents

tmdgusya/robpike/tree/main/skills/rob-pike commit 34ca19a060

Frequently asked questions

npx skillmds@latest add tmdgusya/rob-pike-3