blog/content/links/rstotts-pikes-five-rules.md
2026-05-02 05:02:26 -03:00

19 lines
409 B
Markdown

+++
title = "Rob Pike's 5 Rules of Programming"
authors = [ "David Stotts" ]
date = 2026-03-19T00:40:32-03:00
[extra]
url = "https://www.cs.unc.edu/~stotts/COMP590-059-f24/robsrules.html"
[taxonomies]
tags = [ "programming" ]
+++
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