• JordanZ@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    I can read significantly more programming languages than I can write working code in. You can usually figure out the syntax and get the gist of what’s going on in a non trivial amount of code. Sure, the oddball syntax/language feature comes up that I have to lookup but it’s not too bad.

    • Upgrayedd1776@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      ditto, similar to the way Severence gets a sense of whats off, i cna do that with code, ask me to start from scratch i would not know where to start. Give me google, i will have a bunch of a copy pasta that works in the end, claude does the research, evaluation, best practices and review and testing and re-review and testing, when the Developers department will go to war with you if you put a Slack question through the wrong channel

      • mabeledo@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        That’s not enough for production code.

        Besides, this just reads like what a kid does with a Lego.

    • ragas@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      So really what you do is guess what the code you read is doing. Which is generally fine.

      But how can you be sure in a review that the code will actually work? How can you falsify it? A review is more than just reading code.