On 6/28/13 10:17 AM, M Jarvis wrote: > So I'm not sure which is the worse case of laziness - not doing proper > var names to begin with (even though not really sure where I'm going > to go with the program in general), or not using the lightening fast > and accurate tool that would have done the renaming work for me in the > first place....
You describe how I work, too. Well, I wouldn't touch Access or ASP, but I digress. Start with the problem, iterate quickly, stop when it is solved. Then backfill with refactors to make the code beautiful. Then write some test cases to make sure future changes don't mess things up. Then optimize. But yeah, you needed to use a tool to search and replace. And probably keeping things in proper namespaces and individual functions short, so that you don't have a bunch of global name conflicts to worry about. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

