Sir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 18 days agoDebugginglemmy.dbzer0.comimagemessage-square42fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageDebugginglemmy.dbzer0.comSir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 18 days agomessage-square42fedilink
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up0·17 days ago “oh it was just a missing semicolon”
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up0·17 days agoEven if you’re not using one, you should be instinctively looking for the semicolon the moment you get a syntax error after a while.
“oh it was just a missing semicolon”
Linter issue.
Even if you’re not using one, you should be instinctively looking for the semicolon the moment you get a syntax error after a while.
Rubber duck debugging often helps.