SlIdE42 to Programming@programming.dev · 2 months agoSQL Noirwww.sqlnoir.comexternal-linkmessage-square20fedilinkarrow-up1264arrow-down14file-textcross-posted to: hackernews@lemmy.bestiver.se
arrow-up1260arrow-down1external-linkSQL Noirwww.sqlnoir.comSlIdE42 to Programming@programming.dev · 2 months agomessage-square20fedilinkfile-textcross-posted to: hackernews@lemmy.bestiver.se
minus-squarekilleronthecorner@lemmy.worldlinkfedilinkEnglisharrow-up32·2 months agoSELECT few FROM people WHERE gets_joke = 1
minus-squareSlapnutsGT@lemmy.worldlinkfedilinkarrow-up14·2 months agoI’m a rebel. I write all my sql in lowercase
minus-squareshastaxc@lemm.eelinkfedilinkarrow-up3·2 months agoYeah we have IDEs to color keywords for us these days. Caps is just extra work
minus-squareDie Martin Die@sh.itjust.workslinkfedilinkarrow-up7·2 months agoCapital letters are bigger, thus they use bigger bytes and use too much disk space and memory. That’s why most programming languages use lowercase, and why the most common loop variable is i.
minus-squareadr1an@programming.devlinkfedilinkarrow-up2·2 months agoAnd why untyped languages are better at managing memory too. Less characters ftw!
Heck yeah
Push it to the
LIMIT
SELECT few FROM people WHERE gets_joke = 1
What would my
few
say?I’m a rebel. I write all my sql in lowercase
Yeah we have IDEs to color keywords for us these days. Caps is just extra work
Capital letters are bigger, thus they use bigger bytes and use too much disk space and memory. That’s why most programming languages use lowercase, and why the most common loop variable is
i
.And why untyped languages are better at managing memory too. Less characters ftw!