Zerush@lemmy.ml to Memes@lemmy.ml · 2 years agoDestroying friendshipfile.coffeeimagemessage-square48fedilinkarrow-up1634arrow-down141
arrow-up1593arrow-down1imageDestroying friendshipfile.coffeeZerush@lemmy.ml to Memes@lemmy.ml · 2 years agomessage-square48fedilink
minus-squarex4740N@lemmy.worldlinkfedilinkEnglisharrow-up95arrow-down1·2 years agoWouldn’t most development programs tell them the syntax error on the line and column where you replaced the semicolon This wouldn’t work
minus-squareShortFuse@lemmy.worldlinkfedilinkarrow-up76·edit-22 years agoVSCode will add a yellow box around the character and tell you it’s an uncommon glyph. https://code.visualstudio.com/updates/v1_63#_unicode-highlighting To note, this came about because it could be valid code and it’s a security risk from copy/pasting malicious code. See: https://certitude.consulting/blog/en/invisible-backdoor/
minus-squarelechatron@lemmy.todaylinkfedilinkEnglisharrow-up41·2 years agoJust tested in the console, it gives an illegal character error and gives you the line number.
minus-squareCipher22@lemmy.worldlinkfedilinkEnglisharrow-up17arrow-down1·2 years agoIt would work for someone just starting and not knowing good tooling yet. However, the compiler should also tell you where to look and give you the area to look at as well. It’ll be less clear than an IDE, though.
minus-squaresaigot@lemmy.calinkfedilinkarrow-up3·edit-22 years agoYeah, doing something similar with brackets would be much more effective since that usually doesn’t give a line number. Is there a unicode clone of )?
minus-squarekamen@lemmy.worldlinkfedilinkarrow-up2·2 years agoYup. It’s as if we’re assuming this friend is coding inside Notepad.
Wouldn’t most development programs tell them the syntax error on the line and column where you replaced the semicolon
This wouldn’t work
VSCode will add a yellow box around the character and tell you it’s an uncommon glyph.
https://code.visualstudio.com/updates/v1_63#_unicode-highlighting
To note, this came about because it could be valid code and it’s a security risk from copy/pasting malicious code. See:
https://certitude.consulting/blog/en/invisible-backdoor/
Just tested in the console, it gives an illegal character error and gives you the line number.
It would work for someone just starting and not knowing good tooling yet. However, the compiler should also tell you where to look and give you the area to look at as well. It’ll be less clear than an IDE, though.
Yeah, doing something similar with brackets would be much more effective since that usually doesn’t give a line number. Is there a unicode clone of )?
Yup. It’s as if we’re assuming this friend is coding inside Notepad.