257m to [email protected] • 2 years agoWhat are your programming hot takes?message-square902fedilinkarrow-up1346
arrow-up1346message-squareWhat are your programming hot takes?257m to [email protected] • 2 years agomessage-square902fedilink
minus-square@[email protected]linkfedilinkFrançais1•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@[email protected]linkfedilink2•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@[email protected]linkfedilink1•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