C
Christian Reizlein
Usually when i finish all my code for a certain class i try to avoid using
imports statements at the top, like imports system.Text or .IO and such and
replace all the calls to those for the complete name
Is true that imports does use memory in your program? Do i save any memory
or improve any performance by avoiding them? or im just paranoid?
-CR
imports statements at the top, like imports system.Text or .IO and such and
replace all the calls to those for the complete name
Is true that imports does use memory in your program? Do i save any memory
or improve any performance by avoiding them? or im just paranoid?
-CR