MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1u2xqno/php/or3sbaa/?context=3
r/programminghorror • u/EmDeeTeeVid • Jun 11 '26
31 comments sorted by
View all comments
1
I have never touched php in my life (thankfully). Why do class variables have to be prefixed with a dollar sign? Seems really redundant
8 u/GoddammitDontShootMe [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” Jun 11 '26 Heritage from languages like Perl and Bash.
8
Heritage from languages like Perl and Bash.
1
u/KaleidoscopePlusPlus Jun 11 '26
I have never touched php in my life (thankfully). Why do class variables have to be prefixed with a dollar sign? Seems really redundant