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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
public
|
||||
ideas.md
|
||||
static/giallo.css
|
||||
|
|
|
|||
11
config.toml
11
config.toml
|
|
@ -24,14 +24,9 @@ description = "Vazamentos de memória nerd-computantes"
|
|||
smart_punctuation = true
|
||||
bottom_footnotes = true
|
||||
|
||||
highlight_code = true
|
||||
highlight_theme = "css"
|
||||
# highlight_themes_css = [
|
||||
# # base16-ocean-dark, material-dark, nord
|
||||
# { theme = "material-dark", filename = "assets/css/syntax-dark.css" },
|
||||
# # dimmed-fluid, subway-moscow
|
||||
# { theme = "dimmed-fluid", filename = "assets/css/syntax-light.css" },
|
||||
# ]
|
||||
[markdown.highlighting]
|
||||
theme = "night-owl"
|
||||
style = "class"
|
||||
|
||||
[extra]
|
||||
title_separator = "-"
|
||||
|
|
|
|||
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