@[email protected] to Programmer [email protected] • 2 years agoPure Evillemmy.worldimagemessage-square55fedilinkarrow-up1545cross-posted to: [email protected]
arrow-up1545imagePure Evillemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square55fedilinkcross-posted to: [email protected]
minus-squaredarcylinkfedilink116•2 years agoany modern compiler or ide will notice this and warn you.
minus-square@[email protected]linkfedilink5•2 years agoYeah, it will tell you that it existed a semicolon… 😁
minus-square@[email protected]linkfedilink1•2 years ago…for which my default fix would be to delete and reenter it in hopes of fixing ehatever hiccup the syntax validator is having
minus-squaremassive_bereavementlinkfedilink36•2 years agoSame, I thought this is gotta be a problem for someone who uses notepad as their main editor.
minus-square@[email protected]linkfedilink15•2 years agoIf you are coding on vim you use a language server 😝
any modern compiler or ide will notice this and warn you.
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
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