257m to Programming@programming.dev • 2 years agoWhat are your programming hot takes?message-square868fedilinkarrow-up1316arrow-down112
arrow-up1304arrow-down1message-squareWhat are your programming hot takes?257m to Programming@programming.dev • 2 years agomessage-square868fedilink
minus-square@0xc0ba17@sh.itjust.workslinkfedilinkFrançais-4•edit-22 years agoPeople who insist on using semicolons in Javascript don’t understand why and are just following a cargo cult. Remove the semicolons, be free. Edit: lmao I hit some nerve here
minus-square@frezik@midwest.sociallinkfedilink2•2 years agoIt’s also because my fingers automatically type them for the sake of most other languages. Let me have my muscle memory.
minus-square@Nested_Array@lemm.eelinkfedilink1•2 years agoiirc semicolons are required in JavaScript strict mode.
People who insist on using semicolons in Javascript don’t understand why and are just following a cargo cult.
Remove the semicolons, be free.
Edit: lmao I hit some nerve here
It’s also because my fingers automatically type them for the sake of most other languages. Let me have my muscle memory.
iirc semicolons are required in JavaScript strict mode.
They’re absolutely not