this post was submitted on 04 May 2024
322 points (92.8% liked)

Programmer Humor

19512 readers
313 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] grrgyle@slrpnk.net 4 points 6 months ago (1 children)

Not Shall330, but double quotes can imply variables in the string in some languages.

[–] muntedcrocodile@lemm.ee 2 points 6 months ago (1 children)
[–] bitchkat@lemmy.world 5 points 6 months ago (1 children)

PHP for one. "$x" will interpret the variable $x. '$x' does not.

[–] muntedcrocodile@lemm.ee 1 points 6 months ago (1 children)

Well there's ya problem ur using php.

[–] charolastra@programming.dev 4 points 6 months ago (1 children)
[–] nyan@lemmy.cafe 2 points 6 months ago