New link: Rob Pike's 5 Rules of Programming

This commit is contained in:
jultty 2026-03-19 00:41:22 -03:00
commit 7d6ec229db
4 changed files with 34 additions and 8 deletions

View file

@ -0,0 +1,15 @@
+++
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

View file

@ -0,0 +1,15 @@
+++
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"
+++
Gostei dessa:
> Estruturas de dados, não algoritmos, são centrais para a programação.
ou a versão alternativa, como também aparece:
> escreva código estúpido que usa objetos espertos