Reading Code Difficulty

The cluster debates why reading code, especially others' code, is harder than writing it, and stresses the value of readable code and comprehension skills for developers.

➡️ Stable 0.7x Other
5,441
Comments
20
Years Active
5
Top Authors
#4166
Topic ID

Activity Over Time

2007
11
2008
62
2009
94
2010
144
2011
194
2012
205
2013
207
2014
193
2015
246
2016
303
2017
323
2018
298
2019
318
2020
339
2021
439
2022
462
2023
515
2024
400
2025
635
2026
57

Keywords

StackOverflow LinAlg programming.html blogspot.com dadgum.com code reading code writing reading understanding write write code writing code people code understand

Sample Comments

AlexCoventry • Sep 1, 2025 • View on HN

Why is reading code harder than writing it?

kuschku • Mar 26, 2016 • View on HN

The issue is more with "reading code from other people written like that" and less with "understanding your own code".

NAFV_P • Dec 8, 2013 • View on HN

Makes sense, reading someone else's code is generally harder than reading your own.

windows2020 • Jun 5, 2025 • View on HN

Reading other people's code is often more challenging than writing it yourself.

waveBidder • Oct 25, 2023 • View on HN

people are frequently quite bad at writing code to be read, so actually understanding what's going on can be a mess.

y0y • Mar 31, 2017 • View on HN

Understanding other people's code (for better or worse) makes you a better developer.

BillinghamJ • May 30, 2016 • View on HN

If we struggle to reason about code we've written, perhaps we weren't so good at writing code?

logn • Jan 20, 2014 • View on HN

Reading code is harder than writing it. Don't rely on maintaining your devs' app as a way to learn.

gruseom • Dec 23, 2007 • View on HN

It's harder to read bad code than to write it.

z0r • Jan 4, 2019 • View on HN

Writing code is hard, so there's nothing wrong with reading it being hard too. (I'm only half kidding).