Anonymous
02-01-2005, 07:30 AM
After looking at the documentation I've noticed a few places where the documentation says... "spring.net allows you to do this: blah blah blah... " but we don't recommend you do it. Do this instead: blah blah blah."
Case in point:
Note that the Spring.NET developers recommend that you use the explicit form of the event wiring syntax (i.e. not the regular expression style), since it makes your object definitions self documenting and quite clearly signals your intent to other developers.
Is there any reason why these poor practices couldn't be eliminated from spring.net to simplify the documentation and code base?
Case in point:
Note that the Spring.NET developers recommend that you use the explicit form of the event wiring syntax (i.e. not the regular expression style), since it makes your object definitions self documenting and quite clearly signals your intent to other developers.
Is there any reason why these poor practices couldn't be eliminated from spring.net to simplify the documentation and code base?