|
|
|
|
|
by icedchocolate
2254 days ago
|
|
“Declare New Variables... I see two possible reasons why one would want to do it the "wrong" way: efficiency, and conciseness.” Correct me if I’m wrong, but isn’t this plain wrong? You are increasing the memory required for your program to run, and if the data saved to those variables are sufficiently large you can run into memory issues this way. |
|