"Rogue Petunia" <
roguepetunia@NOSPAMnyc.rr.com>wrote in message
Quote
Mike,
2 things. 1) Yes, I'm slow at writing code. 2) during the time I first
posted the question and your reply I wasn't just twiddling my thumbs. I
was
working on other stuff. Notice, it's the weekend and I'm at work - there
is
little time to spare ;)
I sympathize with your plight. I know what it's like to be up against a
deadline that's fast approaching. Usually, however, it's really the fault
of the programmer that the deadline has become so tight. Whenever deadlines
have gotten tight for me, it's usually been my own fault because I misjudged
how long it would take me to complete the task, and that's usually because I
didn't take "other things" into consideration when giving my estimate of how
long it would take. In those situations, I blame nobody but myself because
I'm the one who really set the deadline (by having said I could have it done
by a certain date).
But, I still think you're wasting more (and precious) time posting to the
newsgroups in the hope that somebody will have written exactly what you
need. Estimate how much time you've spent writing your posts, reading
replies, responding to replies, etc. I'd be very willing to bet that if you
did NONE of that, you could have written something to do what you want in
that same amount of time.
I don't mean to sound harsh. I'm just saying what I think.
Oh...let me give you a "real world" example of my own. A couple of years
ago, I started work with a new employer and inherited an application. This
application was not yet into production and was more than 1 year overdue
(that's why most of the original developers got fired and I subsequently got
hired as the lead). All my employer wanted was to get this app into
production and functioning "reliably" and they basically dictated 4 weeks to
do it (they were willing to forego features they really wanted but were no
where near close to getting implemented, which was based on me looking over
the program for about 2 days and giving a judgement of what I thought could
be done in 4 weeks). One of the "major" problems with this program was that
Option Explicit was not used in hardly any modules, and I determined very
quickly that this was the cause of many problems in the app (that's one of
the first things I look for when inheriting an app). This was a fairly
large project, consisting of about 50 forms, 20 or so standard modules, and
20 or so class modules (and all of this part of a single EXE project). Now
I wasn't about to go through all of these modules within the IDE looking for
Option Explicit. Instead, I wrote, in about an hour, a simple VB program to
read each source file and check if Option Explicit was in the file...and if
not, add it. This saved me countless hours. I didn't "waste" time going to
newsgroups or whatever asking if somebody knew of something to do this
already. I knew it would take me less time to just write it.
The newsgroups are great. They can be a very valuable resource. But they're
not always the best means of solving a problem. In my opinion, you've
wasted a lot of valuable time which you probably could have put to better
use.
Mike
-