Hacker News new | ask | show | jobs
by spirographer 2140 days ago
Rob Pike's rules of programming simplified :

- Start with stupid code built on smart data (after Fred Brooks)

- When in doubt use brute force (Ken Thompson)

- Premature optimization is the root of all evil (Tony Hoare)