alphacyberranger to Programmer [email protected]English • 7 months agoAdded Bugs to Keep my jobsh.itjust.worksimagemessage-square161fedilinkarrow-up1348arrow-down127
arrow-up1321arrow-down1imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger to Programmer [email protected]English • 7 months agomessage-square161fedilink
minus-square@[email protected]linkfedilink4•7 months agoNot Shall330, but double quotes can imply variables in the string in some languages.
minus-square@bitchkatlinkEnglish5•7 months agoPHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
minus-square@Schal330link3•7 months agoI 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 🤣