Why Write Code in 2026
zdw
20 points
4 comments
July 12, 2026
Related Discussions
Found 5 related stories in 56.4ms across 5,215 title embeddings via pgvector HNSW
- Write code like a human will maintain it ScottWRobinson · 328 pts · July 10, 2026 · 60% similar
- Ask HN: Does it still make sense to write code by hand? fnoef · 16 pts · July 15, 2026 · 59% similar
- How to Write Unmaintainable Code (2015) theanonymousone · 18 pts · July 17, 2026 · 58% similar
- If coding has been solved, why does software keep getting worse? pchm · 674 pts · July 24, 2026 · 56% similar
- If AI Writes All the Code, What Do the Programmers Do? ingve · 24 pts · July 28, 2026 · 56% similar
Discussion Highlights (3 comments)
olsondv
TL;DR: Write it so you’re actively involved and not a passive reviewer. Then a sign up link for his course.
vips7L
I still exclusively write my code. The quality is higher. I know exactly how it works. It’s more extensible. You don’t have to generate it.
light_hue_1
This is too generic. There's some code I need to write like core abstractions that are going to set the pace for everything. Or tricky steps that can look good without actually working well. Then there's the mass. I don't need that anymore. The mountains of boilerplate, etc. I write little islands which need high judgement that are then connected by the obvious goo.