370 B
370 B
+++ 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" +++
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