Re: FileReader / BufferedReader Help
- From: "rhino" <No.offline.contact.please@xxxxxxxxxxxxx>
- Date: Sat, 11 Aug 2007 01:34:37 -0400
"DJ" <ddjames@xxxxxxxxxxxxxxx> wrote in message
news:46bbc096$0$30644$4c368faf@xxxxxxxxxxxxxxxxx
Hi Rhino. Thanks for your suggestions.Writing your own compare utility also has costs associated with it. Or at
"rhino" <No.offline.contact.please@xxxxxxxxxxxxx> wrote in message
news:f9fls0$pmd$1@xxxxxxxxxxxxxxxxxx
I've only just skimmed this thread but the first thought that came to my
mind still seems relevant: why are you "reinventing the wheel"?
I think every improvement comes with a cost of a little reinventing.
There are lots of file-compare utilities out there already, many of which
are free.
<snip>
You may want to consider cost and licencing issues, as well as the format
of the difference report.
Yes, many are apparently free, until you consider use in a corporate,
for-profit enterprsie. Quick; call in the legal department and get a
contract negotiated (not). Then consider the costs to send the app through
a corporate approval process, perform compatibility testing to ensure
there's no impact to existing corporate standard apps, packaging for
distribution, training of support personnel, ad nauseam. Free might be
great for smaller shops but I don't have that luxury.
least it would in a medium to large shop. Having worked in that environment
as a developer, I was frankly appalled by the bureaucracy in some cases. I
still remember my last week at one job. In that entire week, I spent a grand
total of one hour making a small change - I added a single row to a table in
a COBOL program - and then spent the rest of the week on bureaucracy like
Promotion to Production forms, updating run books, counting productivity
units (it took several hours and the labour of two people to decide
officially that adding a row to a table didn't add a lot to the productivity
of the enterprise), and so on and so forth.
Now, in a small shop, you might avoid much of that. On the other hand, the
bigger shops have evolved those practices because they have proven necessary
in some way. In some cases, it's political: they create numbers that show
the department is doing something. But in many cases, it is to ensure that
everything that goes into production is thoroughly tested to ensure that it
won't break on live data. If you don't take similar steps, you could VERY
easily find yourself in the position of having a production program that
doesn't work correctly and gives you bad results that cost your company
serious dollars.
In any case, I doubt that the average large company actually gets the legal
department involved or draws up contracts just to purchase a file compare
utility. And you are going to have to train people how to use your file
compare utility regardless of whether you write your own or buy one.
Don't get me wrong, I'm not trying to discourage you from developing code! IThis seems likely to be a better use of your time, especially if you are
not a developer.
Perhaps, but I think of it as expanding my horizons and becoming a little
more self-sufficient. I had a few false starts, went down a couple dead
ends, but I wound up with a nice little app that performs the way I need
it to (thanks in part to those in this group). I've learned a lot along
the way and the next time I need a new tool for my Swiss Army knife it
might not be as painful (unless it has to be multi-threaded). I'm not a
developer by trade, but I didn't say that I didn't develop, ;)
love coding and I may be one of the worst offenders when it comes to
building something from scratch that could easily be obtained "off the
shelf". And I would never want to deter anyone from the joy of creating
things that a developer gets (or at least that _I_ get from developing). I'm
just trying to offer the same sort of options that were suggested to me in
past encounters with management.
--
Rhino
.
- References:
- FileReader / BufferedReader Help
- From: DJ
- Re: FileReader / BufferedReader Help
- From: rhino
- Re: FileReader / BufferedReader Help
- From: DJ
- FileReader / BufferedReader Help
- Prev by Date: Re: help needed getting unique integer associated with socket
- Next by Date: How to learn java library from API docs?
- Previous by thread: Re: FileReader / BufferedReader Help
- Next by thread: Save as something.jpg with adobe designer.
- Index(es):
Relevant Pages
|