feat: html-joke-ticker → html-quote-ticker (Programmierer-Zitate)
Witze durch 25–30 echte Programmierer-Zitate ersetzt (Linus Torvalds, Donald Knuth, Brian Kernighan u.a.). Verzeichnis, Datei und alle Referenzen umbenannt. Demo-Befehle auf Zitate-Konzept angepasst. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b248a1d1ae
commit
42d29354ad
6 changed files with 37 additions and 34 deletions
|
|
@ -12,7 +12,7 @@ Jedes Projekt startet bewusst unvollständig — genau der Ausgangspunkt, für d
|
|||
| `go-fibonacci/` | Go | `/optimize --interactive` + `/continue` + `/shipit` |
|
||||
| `c-linkedlist/` | C | `/quick_check` + `/fix` + `/patch` |
|
||||
| `bash-sysreport/` | Bash | `/coder` von Null (kein Startcode) + `/quick_check` |
|
||||
| `html-joke-ticker/` | HTML/CSS/JS | `/optimize --no-tests` + `/patch` |
|
||||
| `html-quote-ticker/` | HTML/CSS/JS | `/optimize --no-tests` + `/patch` + Tailwind-Redesign |
|
||||
|
||||
## Demo-Workflow
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Jedes Example braucht ein eigenes git-Repo, damit pi-coder commit-basierte
|
|||
Features nutzen kann (Loop-Erkennung, Diff-Anzeige, `/version`):
|
||||
|
||||
```bash
|
||||
for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist bash-sysreport html-joke-ticker; do
|
||||
for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist bash-sysreport html-quote-ticker; do
|
||||
cd examples/$dir
|
||||
git init -b main && git add -A && git commit -m "feat: initial $dir"
|
||||
cd ../..
|
||||
|
|
@ -64,7 +64,7 @@ und bereinigt Build-Artefakte (`target/`, `__pycache__` etc.).
|
|||
| 1 | `python-calculator` | ~5–10 min | Einstieg, Test-Loop |
|
||||
| 2 | `c-linkedlist` | ~5 min | `/quick_check` + `/fix`, kein Loop |
|
||||
| 3 | `bash-sysreport` | ~5–8 min | `/coder` von Null, kein Startcode |
|
||||
| 4 | `html-joke-ticker` | ~8–12 min | `/optimize --no-tests`, Frontend |
|
||||
| 4 | `html-quote-ticker` | ~8–12 min | `/optimize --no-tests`, Frontend |
|
||||
| 5 | `rust-wordcount` | ~10–15 min | Loop + `/version` |
|
||||
| 6 | `go-fibonacci` | ~15–20 min | `--interactive` + `/shipit` |
|
||||
|
||||
|
|
@ -77,4 +77,4 @@ und bereinigt Build-Artefakte (`target/`, `__pycache__` etc.).
|
|||
[go-fibonacci](go-fibonacci/README.md) ·
|
||||
[c-linkedlist](c-linkedlist/README.md) ·
|
||||
[bash-sysreport](bash-sysreport/README.md) ·
|
||||
[html-joke-ticker](html-joke-ticker/README.md)
|
||||
[html-quote-ticker](html-quote-ticker/README.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue