LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Add Castle Windsor for IoC #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In some of the portions of Migrator it may be worthwhile to look at 
including Windsor to manage dependency injection.

One example is the TransformationProvider class for ILogger injection.

It would help going forward to decouple these dependencies when we see 
them. 

Original issue reported on code.google.com by dko...@gmail.com on 8 Jun 2008 at 3:41

GoogleCodeExporter commented 8 years ago
migratordotnet already utilises the provider pattern to achieve loose coupling. 
I
don't really think you would gain anything by introducing another pattern to do 
much
the same thing.

Original comment by brendan....@gmail.com on 8 Jul 2008 at 11:50

GoogleCodeExporter commented 8 years ago

Original comment by dko...@gmail.com on 27 Jul 2008 at 2:09