blog/content/links/rstotts-pikes-five-rules.md
2026-03-19 01:20:05 -03:00

15 lines
341 B
Markdown

+++
title = "Rob Pike's 5 Rules of Programming"
date = 2026-03-19T00:40:32-03:00
[extra]
url = "https://www.cs.unc.edu/~stotts/COMP590-059-f24/robsrules.html"
+++
I like the last one:
> Data structures, not algorithms, are central to programming.
or its alternative, as also mentioned there:
> write stupid code that uses smart objects