|
|
|
|
|
by ves
3575 days ago
|
|
he probably meant not using string literals / ints outside of top-level declarations, so you would instead assign all these parameters to "constants" at top level and then use those constants in function calls, hence avoiding this error. |
|