SlIdE42 to Programming@programming.dev · 1 month 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 · 1 month agomessage-square20fedilinkfile-textcross-posted to: hackernews@lemmy.bestiver.se
minus-squarekilleronthecorner@lemmy.worldlinkfedilinkEnglisharrow-up32·1 month agoSELECT few FROM people WHERE gets_joke = 1
minus-squareSlapnutsGT@lemmy.worldlinkfedilinkarrow-up14·1 month agoI’m a rebel. I write all my sql in lowercase
minus-squareshastaxc@lemm.eelinkfedilinkarrow-up3·1 month agoYeah we have IDEs to color keywords for us these days. Caps is just extra work
minus-squareDie Martin Die@sh.itjust.workslinkfedilinkarrow-up7·1 month 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·1 month 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!