Mark Simms
marksimms at verizon.net
Mon Jan 3 09:27:04 CST 2011
VB definitely not meant for OO programming. The table initialization alone was a lot of VB code. Yet how often is a static table like that used in an application ? Still, the predominance of the VB code shown was Implements, Options, Private, Public. Also, interestingly, "they" implemented a public DebugPrint procedure, but didn't really us it. Public Sub DebugPrint(ByVal vstrMsg As String, Optional ByVal vfNocr As Boolean = False) If vfNocr Then Debug.Print vstrMsg & ";" Else Debug.Print vstrMsg End If End Sub Private Sub Class_Terminate() Debug.Print "Roman terminated" End Sub Then one might ask, why is the Terminate even needed here ? I think someone developed this study with an agenda in mind. > -----Original Message----- > From: accessd-bounces at databaseadvisors.com [mailto:accessd- > bounces at databaseadvisors.com] On Behalf Of Shamil Salakhetdinov > Sent: Monday, January 03, 2011 9:46 AM > To: 'Access Developers discussion and problem solving' > Subject: Re: [AccessD] Moving to .Net (was Ded Moroz sends you ...) > > > VERBOSITY ? > http://smsconsulting.spb.ru/patterns/labs/ObserverPatternLab.htm (a bit > esoteric sorry but it clearly shows what programming language is more > verbose). > > > As you can see, the IDE has become PRIMO in terms of > > importance as far as developer productivity > No. > > > Think about this: Can you imagine knocking out > > a dot-net application in Notepad ? > Yes. (Try to make MS Access app in Notepad - and for VB.NET/C# you can > do > *all* the development using notepad). > > > But I guess the great Visual Studio IDE takes > > care of that problem. > Yes, its IntelliSense helps to > WriteVeryLongCamelCaseIdentifiersMethodNamesPropertyNamesEtc instantly, > but you can use very short names if you like... > > Thank you. > > -- > Shamil > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark Simms > Sent: 3 ?????? 2011 ?. 17:04 > To: 'Access Developers discussion and problem solving' > Subject: Re: [AccessD] Moving to .Net (was Ded Moroz sends you ...) > > The only thing that I worry about with dot-net: VERBOSITY. > It reminds me of COBOL in some ways (back to the future !). > Great languages are CLEAR, CONCISE and ELEGANT in their use of > statements > and references. I always felt that was the case with VBA. > > But I guess the great Visual Studio IDE takes care of that problem. > Think about this: Can you imagine knocking out a dot-net application in > Notepad ? > > As you can see, the IDE has become PRIMO in terms of importance as far > as > developer productivity. > > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com