• lapping6596@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    5 months ago

    Coderabbit for PR reviews at work has both impressed me and made me aggregated by how incorrect some of the comments are. It’s like, it’s caught bugs that i would have missed even when looking very closely but also makes the same suggestions to over complicate chunks or suggestions that literally don’t work. Such as assuming the db schema when looking at a query and saying “that’s not what the column is called”.

    So, that’s best I’ve experienced really, basically a PR check that’s able to find some really out there bugs but a lot of comments need to be ignored.

      • lapping6596@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        I do, but it catches really weird bugs. And dismissing comments is definitely less work than figuring out the bug later when it shows up.