On Jul 20, 2006, at 5:11 PM, Terry Ford wrote:
Now, why would they all even be dimmed in one line in VB?
To me it's just poor coding but I haven't used VB either.
Sure it looks efficient when one creates a single line Dim
statement but it really makes it harder when developing an
application.
Dim i,j,k As Integer, s1,s2,s3 As String, etc. is neater and uses a
few less bytes but is it really worth it?
Having started out my programming life doing maintenance I can say
from experience it is NOT worth it
In fact many companies that I have worked for have urged their
developers NOT to adopt that style as a practice
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>