[AccessD] Find First in an Array?

jwcolby jwcolby at colbyconsulting.com
Fri Feb 20 13:21:02 CST 2009


 > ...lol ...I'm in the process of a complete rewrite of a major ap I did more than ten years ago 
...in my case, your 50% estimate is low by a wide margin ...very wide! :)

In your own defense though William I have to say that it is rarely a valid comparison to look at our 
own work from ten years ago and our own work from today.  There were a ton of things that I have 
learned in the last 10 years that would not have been available to me to use 10 years ago.  Not only 
do I understand Access things that I did not understand then, but I am simply a more accomplished 
programmer, database analyst and system analyst today.

John W. Colby
www.ColbyConsulting.com


jwcolby wrote:
>  > ...I'd still like to see you refactor Rocky's code as a class/collection solution.
> 
> I will do that William.  My problem in this is that I need a table, a form that needs translation, 
> translation data for that form and then I can write the classes.  However I do think that this is a 
> useful example of using a class "system" where there is more than one class doing the work.
> 
> I will try to get this done over the weekend.
> 
> John W. Colby
> www.ColbyConsulting.com
> 
> 
> William Hindman wrote:
>> ...lol ...I'm in the process of a complete rewrite of a major ap I did more 
>> than ten years ago ...in my case, your 50% estimate is low by a wide margin 
>> ...very wide! :)
>>
>> ...I'd still like to see you refactor Rocky's code as a class/collection 
>> solution.
>>
>> William
>>
>> --------------------------------------------------
>> From: "jwcolby" <jwcolby at colbyconsulting.com>
>> Sent: Thursday, February 19, 2009 8:22 PM
>> To: "Access Developers discussion and problem solving" 
>> <accessd at databaseadvisors.com>
>> Subject: Re: [AccessD] Find First in an Array?
>>
>>> Code reviews?  OMG!
>>>
>>> But yea, best practices is a learned skill.  I can't tell you the times 
>>> (when I was learning to
>>> program) that I would do whatever just to make it work, rather than do it 
>>> right.  Then it was
>>> refactoring because...  There are just so many times when "the right way" 
>>> takes 10% longer than the
>>> easy way, but refactoring the easy way takes 50% longer than the right 
>>> way.
>>>
>>> John W. Colby
>>> www.ColbyConsulting.com
>>>
>>>
>>> Charlotte Foust wrote:
>>>> Then you MUST be an independent developer because if someone else
>>>> reviews your code, believe me, they look under the hood!
>>>>
>>>> Charlotte Foust
>>>>
>>>> -----Original Message-----
>>>> From: accessd-bounces at databaseadvisors.com
>>>> [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Wanadoo
>>>> Sent: Thursday, February 19, 2009 3:05 PM
>>>> To: 'Access Developers discussion and problem solving'
>>>> Subject: Re: [AccessD] Find First in an Array?
>>>>
>>>> That's my motto, now.  No one ever looks under the hood, and I always
>>>> judge my programs from the outside.  Matters not how the data got on the
>>>> form as long as it happens 1) fast and 2) accurate.
>>>>
>>>>
>>>> Spot on, Rocky.
>>>>
>>>> Max
>>>>
>>>>
>>>> --
>>>> 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
>>>



More information about the AccessD mailing list