OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 3 days agoDebugging imageslemmy.mlimagemessage-square44fedilinkarrow-up11.32K
arrow-up11.32KimageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 3 days agomessage-square44fedilink
minus-squareIapar@feddit.orglinkfedilinkarrow-up6·3 days agoThat happens so often that checking for spelling is the first thing I do now when something goes wrong.
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up3·3 days agoI’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up1·3 days agoYep, or go proofread some JSON…
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up2·3 days agoOr check formatting in yaml Fucking yaml…
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up1·3 days 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·3 days agoYeah, spell checker is the winning move here.
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.
Yep, or go proofread some JSON…
Or check formatting in yaml
Fucking yaml…
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.