Re: Generated method names
From: Kevin Spencer (kevin_at_DIESPAMMERSDIEtakempis.com)
Date: 02/01/05
- Next message: Henrique Bucher: "Help - not showing up"
- Previous message: Kevin Spencer: "Re: Deployment Question"
- In reply to: Gawel: "Generated method names"
- Next in thread: Gawel: "Re: Generated method names"
- Reply: Gawel: "Re: Generated method names"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 08:39:56 -0500
> Anybody has idea how to change this pattern?
> Do I need to edit some files?
Why? A convention is just that: a convention. It is a common way of doing
things. The reason for conventions is that it is easier to follow code that
is written according to some convention than it is to read code that invents
its own conventions. That is what Best Practices are all about. So, rather
then worrying about those "ugly underscores" perhaps you might want to worry
about "buggy code" instead.
-- HTH, Kevin Spencer Microsoft MVP .Net Developer Neither a follower nor a lender be. "Gawel" <gawelek@SPAM_NO_NON_NOgazeta.pl> wrote in message news:uX7BCnECFHA.2380@tk2msftngp13.phx.gbl... > Hajo, > > AFAIK VS.NET designer generates method for event using following pattern: > controlName_EvenName. Now If you have variable name written lower case > then your method will start its name lower case too. > And in .NET method names are upper case. > What is more you get this ugly underscore in the middle > of method name. > > Anybody has idea how to change this pattern? > Do I need to edit some files? > > thanks in advance for any info > > Gawel
- Next message: Henrique Bucher: "Help - not showing up"
- Previous message: Kevin Spencer: "Re: Deployment Question"
- In reply to: Gawel: "Generated method names"
- Next in thread: Gawel: "Re: Generated method names"
- Reply: Gawel: "Re: Generated method names"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|