5 comments

  • skepticATX1 hour ago
    Reviewing code is absolutely different from writing it, and in my opinion much harder if the goal is more than surface level understanding.<p>This is what I am still grappling with. Agents make more productive, but also probably worse at my job.
  • thesz54 minutes ago
    <p><pre><code> &gt; 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. </code></pre> I work in software and for single line I write I read hundredths of them.<p>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.
    • GTP25 minutes ago
      &gt; If I am fixing bugs in my own (mostly self-education) programs, I read my program several times<p>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&#x27;t write.
      • thesz7 minutes ago
        If I need to change someone&#x27;s code, I also read it. several times.
    • dongguanxianhao26 minutes ago
      &gt;hundredths of them<p>Man, it would rule so much if programmers were literate and knew how to actually communicate what they intend to say.
      • MDCore5 minutes ago
        It&#x27;s obvious from the context here what the intended meaning was. Everyone makes typos sometimes.
      • epgui6 minutes ago
        Not everyone has English as a first language.
      • Brian_K_White11 minutes ago
        Man it would rule so much if programmers could manage not to be assholes by default so much of the time.<p>It&#x27;s ironic that the more ignorant one is the one calling another ignorant.<p>Alright I&#x27;ve had my fun with the name-calling. I will now explain the stunningly obvious. Not a thing anyone should have to for someone so sharp as yourself but there we are...<p>For someone to produce that text after growing up in an English speaking environment, they would indeed be comically inept communicators. Which is why the more reasonable assumption is that English is not in fact their native language.<p>Not merely the more generous assumption. Being generous by default would be a better character trait than not, but still arguably a luxury. But also simply the more reasonable assumption by plain numbers and reasoning. So, not only were you a douche, you had to go out of your way to select a less likely possibility to make the douche you wanted to be fit the situation.<p>Literate programmers indeed.
  • omoikane1 hour ago
    &gt; reviewing code is very different from producing it, and surely teaches you less<p>Maybe he meant &quot;reviewing code from coding agents&quot;? Reviewing code from other humans is often a great way to learn.
    • tass1 hour ago
      I interpreted this as not as good a way to learn.<p>I learn the most from struggling through a problem, and reading someone’s code doesn’t teach me all the wrong ways they attempted before it looked like the way it now does.
      • omoikane1 hour ago
        I was thinking in situations where a coworker might send me something to review, and I might have thought &quot;hmm, I wouldn&#x27;t have done it like that, but this is a great way to do it too&quot;. Also, a good source of teachable code is to participate in a programming contest, and then review the repositories of the teams who scored better than me after the contest.<p>I agree that if I don&#x27;t already know how to implement something, seeing a solution before trying it myself is not great, that&#x27;s like skipping the homework exercises and copying straight from the answer books.
      • vorticalbox1 hour ago
        This is why tutorials in programming don&#x27;t really teach much because you get the finished version. Not all the wrong steps that were taken, why they failed, what else was tried.<p>These steps are what help you solve other issues in the future.
  • flyinglizard2 hours ago
    This is why I still haven&#x27;t embraced agents in my work but stick with halfway manual workflow using aider. It&#x27;s the only way I can keep ownership of the codebase. Maybe this will change because code ownership will no longer have any value, but I don&#x27;t feel like we&#x27;re there yet.
  • nimbus-hn-test12 minutes ago
    [dead]