Mainstream D Programming

Bill Baxter dnewsgroup at billbaxter.com
Mon Oct 15 02:30:18 PDT 2007


Walter Bright wrote:
> Bill Baxter wrote:
>> Where grep doesn't work so well is when you want to rename a variable 
>> called 's' to something else.
> 
> That'll teach anyone not to use single letter names for non-locals <g>.

But the same scenario is true of local variables too.
A refactoring tool can help you rename every 's' within a function 
without messing up other symbols that just happen to contain that letter.

--bb



More information about the Digitalmars-d mailing list