Sir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 3 days agoDebugginglemmy.dbzer0.comexternal-linkmessage-square43fedilinkarrow-up1905arrow-down17
arrow-up1898arrow-down1external-linkDebugginglemmy.dbzer0.comSir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 3 days agomessage-square43fedilink
minus-squarekaty ✨@lemmy.blahaj.zonelinkfedilinkarrow-up28·2 days ago “oh it was just a missing semicolon”
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up2·edit-21 day agoEven if you’re not using one, you should be instinctively looking for a semicolon the moment you get a syntax error unless you’re a complete beginner.
“oh it was just a missing semicolon”
Linter issue.
Even if you’re not using one, you should be instinctively looking for a semicolon the moment you get a syntax error unless you’re a complete beginner.
Rubber duck debugging often helps.