OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 7 天前Debugging imageslemmy.mlimagemessage-square44fedilinkarrow-up11.34Karrow-down16
arrow-up11.34Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 7 天前message-square44fedilink
minus-squareIapar@feddit.orglinkfedilinkarrow-up6·6 天前That happens so often that checking for spelling is the first thing I do now when something goes wrong.
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up3·6 天前I’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up2·6 天前Or check formatting in yaml Fucking yaml…
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up1·6 天前I just have a spell checker enabled in vscode So helpful for dynamic languages that can’t detect undeclared variables (looking at you JS)
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.