Variable variables seem pretty cool, but I can’t think of a scenario where one would actually use them in a production environment. What would such a scenario be? How were they used?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its purpose, I guess, is to allow novice programmers to dynamically change data without using “complicated stuff” like composite types (arrays and objects).
I never use them.