ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 17 hours agoOMG, this is so useful!lemmy.worldimagemessage-square20linkfedilinkarrow-up1537arrow-down110
arrow-up1527arrow-down1imageOMG, this is so useful!lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 17 hours agomessage-square20linkfedilink
minus-squareSection Ratio General@lemmy.blahaj.zonelinkfedilinkarrow-up15arrow-down1·16 hours agoI know what the second one does, but what does the first one do?
minus-squareemb@lemmy.worldlinkfedilinkarrow-up26·15 hours agoIt’s the same thing, but locally scoped. So it only reviews and modifies one file. Helpful when you want to focus on one thing at a time.
I know what the second one does, but what does the first one do?
It’s the same thing, but locally scoped. So it only reviews and modifies one file. Helpful when you want to focus on one thing at a time.
Review and modify code.rs