Tag Archives: coding style
Double Quote Ennui
I’ve noticed an interesting development in my coding lately. In PHP, the language I write in for the most part, strings can single quotes (‘) or double quotes (“). Double quotes allow you to include variables in the string and … Continue reading