New link: Rob Pike's 5 Rules of Programming
This commit is contained in:
parent
2b4a95cea6
commit
7d6ec229db
4 changed files with 34 additions and 8 deletions
15
content/links/rstotts-pikes-five-rules.md
Normal file
15
content/links/rstotts-pikes-five-rules.md
Normal 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
|
||||
|
||||
15
content/links/rstotts-pikes-five-rules.pt.md
Normal file
15
content/links/rstotts-pikes-five-rules.pt.md
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue