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

Programmer Humor

19331 readers
20 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
[–] muntedcrocodile@lemm.ee 2 points 5 months ago (2 children)

Why do u prefer single quotes?

[–] grrgyle@slrpnk.net 4 points 5 months ago (1 children)

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

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

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

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

Well there's ya problem ur using php.

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

I have no preference! It was to do with Spring/yaml config and some really strange conflict which required the use of single quotes. I'm still a total noob in the world of software dev, so I wouldn't be able to explain why it worked 🤣