Forum Discussion
Komag
11 years agoRoku Guru
Thanks for the clarification.
I need to better understand object oriented programming then to make best use, it sounds like.
What about this question though:
I need to better understand object oriented programming then to make best use, it sounds like.
What about this question though:
"Komag" wrote:
Question - If I use "m" for "everything", it would create an additional layer for me, such as "m.cAA.mainMenu.w[1]" vs "cAA.mainMenu.w[1]". Everything would have this extra layer. Would that slow things down, since there is another dictionary lookup happening, or am I totally understanding that wrong?