Sir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 10 天前Debugginglemmy.dbzer0.comimagemessage-square42fedilinkarrow-up1874
arrow-up1874imageDebugginglemmy.dbzer0.comSir_Kevin@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 10 天前message-square42fedilink
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up2·edit-28 天前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.
“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.