[Browserunit-development] method naming conventions - refactoring request
Status: Alpha
Brought to you by:
domma
From: <jk...@te...> - 2006-08-25 15:24:15
|
Hi Achim; Looking through the source code, I see we have a couple of different styles for method names. I'm suggesting we go with the C# standard of "methodName" rather than the "underscore_style". I am probably the originator of the method name styles because of my Ruby background. Ruby developers are strict about "this_case", and get upset if you use "thisCase". I'm proposing we do a refactoring of method names to convert the underscore names to the camelCase style. I'm willing to take this on, but will need a bit of help getting started. I imagine the refactoring will be straight-forward using ReSharper with Visual Studio. Any thoughts or concerns? Thanks; -Jonathan |