ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 4 days agoOMG, this is so useful!lemmy.worldimagemessage-square25linkfedilinkarrow-up1702arrow-down118
arrow-up1684arrow-down1imageOMG, this is so useful!lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square25linkfedilink
minus-squareSection Ratio General@lemmy.blahaj.zonelinkfedilinkarrow-up15arrow-down1·4 days agoI know what the second one does, but what does the first one do?
minus-squareemb@lemmy.worldlinkfedilinkarrow-up32·4 days 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?
Review and modify code.rs
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.