realitista@lemmy.world to Programmer Humor@programming.dev · 1 year agoPure Evillemmy.worldimagemessage-square57fedilinkarrow-up1546arrow-down1102
arrow-up1444arrow-down1imagePure Evillemmy.worldrealitista@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square57fedilink
minus-squaredarcy@sh.itjust.workslinkfedilinkarrow-up117arrow-down1·1 year agoany modern compiler or ide will notice this and warn you.
minus-squaremassive_bereavement@kbin.sociallinkfedilinkarrow-up35·1 year agoSame, I thought this is gotta be a problem for someone who uses notepad as their main editor.
minus-squareAmaltheamannen@lemmy.mllinkfedilinkarrow-up15·1 year agoIf you are coding on vim you use a language server 😝
minus-squaredarcy@sh.itjust.workslinkfedilinkarrow-up2·1 year agovim is not an ide i believe. but an lsp will notice
minus-squarewatcher@nopeeking.linklinkfedilinkarrow-up5·1 year agoYeah, it will tell you that it existed a semicolon… 😁
minus-squareluciferofastora@lemmy.ziplinkfedilinkarrow-up1·1 year ago…for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having
any modern compiler or ide will notice this and warn you.
Same, I thought this is gotta be a problem for someone who uses notepad as their main editor.
meanwhile vim:
If you are coding on vim you use a language server 😝
vim is not an ide i believe. but an lsp will notice
Yeah, it will tell you that it existed a semicolon… 😁
…for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having