S
Steve Peterson
Hello
In my projects I like to use the "Me." (Me"dot") keyword to refer to any
members or methods (ex: Me.MyVariable = "Bob" or calling a sub by Me.MySub)
in the particular class I'm working with. I also like to use the "MyBase"
keyword to refer to any members or methods in an inherited class in the same
way, if I'm working with that. For me, at least, using these keywords really
helps me clarify my code.
My question is really twofold:
1) Is there any sort of performance hit in using these keywords?
2) Is this "Good" programming practice? (In 99% of code samples I see this
isn't done)
Thanks
Steve
In my projects I like to use the "Me." (Me"dot") keyword to refer to any
members or methods (ex: Me.MyVariable = "Bob" or calling a sub by Me.MySub)
in the particular class I'm working with. I also like to use the "MyBase"
keyword to refer to any members or methods in an inherited class in the same
way, if I'm working with that. For me, at least, using these keywords really
helps me clarify my code.
My question is really twofold:
1) Is there any sort of performance hit in using these keywords?
2) Is this "Good" programming practice? (In 99% of code samples I see this
isn't done)
Thanks
Steve