> I always thought it was an interesting style and wondered the origins of it.
> Also wondered how it would be easier to read, since it separates the method
> name from its arguments. However, I'm not starting a coding style war :)

Well, as always - a matter of taste. I think the separation of method
name from method arguments is exactly the point, it makes for a little
less cluttering. When I joined rubicon (my employer), they already had
this coding style, and I've gotten used to it.

assemblyBuilder.DefineDynamicModule ("MyModule", "MyModule.dll", true)

vs.

assemblyBuilder.DefineDynamicModule("MyModule", "MyModule.dll", true)

Does it really matter? :)

Fabian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to