alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 年前Added Bugs to Keep my jobsh.itjust.worksimagemessage-square160linkfedilinkarrow-up1349arrow-down127
arrow-up1322arrow-down1imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 2 年前message-square160linkfedilink
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up4·2 年前Not Shall330, but double quotes can imply variables in the string in some languages.
minus-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up5·2 年前PHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
minus-square🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕠𝕕𝕚𝕝𝕖@lemm.eelinkfedilinkEnglisharrow-up2arrow-down1·2 年前Well there’s ya problem ur using php.
minus-squareSchal330@lemmy.worldlinkfedilinkarrow-up3·2 年前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 🤣
Why do u prefer single quotes?
Not Shall330, but double quotes can imply variables in the string in some languages.
Which languages are these?
PHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
Well there’s ya problem ur using php.
Also bash
And Perl.
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 🤣