OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 months agoDebugging imageslemmy.mlimagemessage-square44fedilinkarrow-up11.36Karrow-down16
arrow-up11.36Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 months agomessage-square44fedilink
minus-squareIapar@feddit.orglinkfedilinkarrow-up6·2 months agoThat happens so often that checking for spelling is the first thing I do now when something goes wrong.
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up4·2 months agoI’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up1·2 months agoI just have a spell checker enabled in vscode So helpful for dynamic languages that can’t detect undeclared variables (looking at you JS)
minus-squareIapar@feddit.orglinkfedilinkarrow-up1·2 months agoYeah, spell checker is the winning move here.
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up1·2 months agoYep, or go proofread some JSON…
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up2·2 months agoOr check formatting in yaml Fucking yaml…
That happens so often that checking for spelling is the first thing I do now when something goes wrong.
I’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.
I just have a spell checker enabled in vscode
So helpful for dynamic languages that can’t detect undeclared variables (looking at you JS)
Yeah, spell checker is the winning move here.
Yep, or go proofread some JSON…
Or check formatting in yaml
Fucking yaml…