logoalt Hacker News

thesztoday at 5:10 PM2 repliesview on HN

  > I do read the code, but reviewing code is very different from producing it, and surely teaches you less. If you don’t believe this, I doubt you work in software.
I work in software and for single line I write I read hundredths of them.

If I am fixing bugs in my own (mostly self-education) programs, I read my program several times, over and over again. If writing programs taught me something, it is how to read programs most effectively. And also how to write programs to be most effectively read.


Replies

GTPtoday at 5:39 PM

> If I am fixing bugs in my own (mostly self-education) programs, I read my program several times

I think here lies the difference OP is talking about. You are reading your own code, which means you had to first put in the effort to write it. If you use LLMs, you are reading code you didn't write.

show 2 replies
dongguanxianhaotoday at 5:38 PM

>hundredths of them

Man, it would rule so much if programmers were literate and knew how to actually communicate what they intend to say.

show 3 replies