H
Harry Strybos
Hi all
I use DevExpress CodeRush/Refactor Pro etc and I notice this suite advises
against using the "Me" qualifier, claiming it is redundant.
My concept was that full qualification of an object method was a good idea
(in any project)? e.g:
Dim SomeObject as MyProject.Workflow.GreatObject as opposed to Dim
SomeObject as GreatObject.
And in refering to SomeObject* I usually refer to it in a WinForm project as
Me.SomeObject.
Hope I am making this clear. Seems more readable, however, is there a
performance hit
*VS2008 VB.Net SP1 with Sql Server 2008 SP1
Thanks for any advice
Harry
I use DevExpress CodeRush/Refactor Pro etc and I notice this suite advises
against using the "Me" qualifier, claiming it is redundant.
My concept was that full qualification of an object method was a good idea
(in any project)? e.g:
Dim SomeObject as MyProject.Workflow.GreatObject as opposed to Dim
SomeObject as GreatObject.
And in refering to SomeObject* I usually refer to it in a WinForm project as
Me.SomeObject.
Hope I am making this clear. Seems more readable, however, is there a
performance hit
*VS2008 VB.Net SP1 with Sql Server 2008 SP1
Thanks for any advice
Harry