On Tuesday, June 21, 2005 2:48 am, Paul de Vrieze wrote:
> What the tool should basically do is in some way record the full names
> (including namespaces) that were changed, and then at the end change them
> back again.
That was one of the first things that I considered, but how would it know to
On Mon, 2005-06-20 at 21:32 -0700, Anthony Gorecki wrote:
> On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote:
> > Isn't that sort of like speaking French with English words?
>
> Sorry, perhaps I should actually state what I need to do in clear terms:
> I need to turn MyQuiteLongClassOrMetho
On Tuesday 21 June 2005 06:32, Anthony Gorecki wrote:
> On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote:
> > Isn't that sort of like speaking French with English words?
>
> Sorry, perhaps I should actually state what I need to do in clear
> terms: I need to turn MyQuiteLongClassOrMethodName
On Monday, June 20, 2005 9:30 pm, Wesley Leggette wrote:
> Isn't that sort of like speaking French with English words?
Sorry, perhaps I should actually state what I need to do in clear terms:
I need to turn MyQuiteLongClassOrMethodName() into
my_quite_long_class_or_method_name() and then back aga
On Mon, 2005-06-20 at 17:00 -0700, Anthony Gorecki wrote:
> I frequently work with C# applications, and rather than remaining perpetually
> irritated by innate class and method (et al.) naming style of the .NET
> framework, I'd like to either find or write a script to rewrite the class and
> met
I frequently work with C# applications, and rather than remaining perpetually
irritated by innate class and method (et al.) naming style of the .NET
framework, I'd like to either find or write a script to rewrite the class and
method names automatically. Ideally, such a script would run after a