porting spring wiring to v3 : rewrite or copy-paste ?
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 15 07:06:39 EDT 2013
> In general, I am looking for agreement that we should follow a
> copy-paste strategy for porting the spring wiring from v2 to v3. When
> I say "copy-paste" I also imply "least number of changes".
>
I'm definitely in favour of bringing forward as much code from v2 as is possible without sacrificing what we want to achieve. Second system syndrome is always a risk to be watched out for.
> . So, I hope we can continue the v2 pattern
> and copy-paste with appropriate minor cleanup for v3.
>
....So long as the isn't an 'impedance mismatch' between the old and the new way of doing things. As we discussed earlier this week we can often do a little in the new code to keep the parsers' complexity down. We can address other cases as we come upon them.
>
> Anyone read this far and have opinions on refactoring
> "BeanDefinitionParser" to "Parser" ?
>
Not I.
/rod
More information about the dev
mailing list