Re: reduce redundant code

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"MP" <NoSpam@xxxxxxxxxx> wrote in message
news:eoZzWYFiIHA.6136@xxxxxxxxxxxxxxxxxxxxxxx


Per your suggestion I'm re-reading Shalloway/trott
my page nums are maybe a little different, I assume you're pointing to
"Facade"?

this thread started with me wanting to change a string in a piece of text
in
various files
obviously a close-in view of an implementation issue(small inhouse utility
tools I create as needed to respond to user needs at the moment)

now you(via shalloway etal) get me thinking about the "zoomed-out" view of
an entire application context
in that context the object isn't a piece of text in a document whose
string
value I change....
it would be the ".Value" property of a "DescriptionObject" used by a
"ReinforcingObject" which was owned by a "CastUnit" object which would be
one element in a "Job" object in the "ReallyBigApp" which I want to create
but never have time to make progress on(due to actual work getting in the
way all the time :-) )

so my problem is this
today I need to change a piece of text
ideally this would be in the "ReallyBigApp"context above
but that will take me the next 20 years to develop in my spare time :-(
Is there a middleground that allows me to change the piece of text today,
but in such a way that it will fit into the larger context 20 yrs from now
<vbg>

sorry, none of this probably makes any sense to anyone other than me but
it's the only way I can think of to describe it.
mark


"wanting to change a string in a piece of text in various files"

What's the changes?
What are the rules?
List them out in english sentances.

-ralph


.



Relevant Pages

  • Re: reduce redundant code
    ... Per your suggestion I'm re-reading Shalloway/trott ... my page nums are maybe a little different, I assume you're pointing to ... in that context the object isn't a piece of text in a document whose string ...
    (microsoft.public.vb.general.discussion)
  • Re: Merge with Word: memo field too long for string
    ... I am wanting the full text, ... multiple fields from multiple tables initially, (to identify the client, the ... Public Sub PrintMLReport(vID As Long, vID2 As Long, vFilename As String) ...
    (microsoft.public.access.formscoding)
  • Re: Now we know why the war crime of Dresden happened
    ... >in the context of him being a great man. ... >I don't see how wanting to electrocute people w/o a trial is trivia. ...
    (uk.politics.misc)
  • RE: String manipulation
    ... Are you only wanting to do the conversion for certain words like: ... Dim strUserValue As String ... "Jesus of Nazareth" acording to the standard language rules, ...
    (microsoft.public.access.formscoding)
  • Re: How do I set the Type in a variable?
    ... But you could create your own custom hashtable class ... This should do what you are wanting and require minimal effort.. ... > ' I want to set the Type in myhash as String or Integer or even my own ... > Public Structure ContactUser ...
    (microsoft.public.dotnet.languages.vb)