@[email protected] to Programmer [email protected] • 2 years agoPure Evillemmy.worldimagemessage-square57fedilinkarrow-up1530arrow-down198cross-posted to: [email protected]
arrow-up1432arrow-down1imagePure Evillemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square57fedilinkcross-posted to: [email protected]
minus-squaredarcylinkfedilink112•2 years agoany modern compiler or ide will notice this and warn you.
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]linkfedilink14•2 years agoIf you are coding on vim you use a language server 😝
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
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