hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

Move the EA-based implementation of ICctsRepository to a separate project/assembly #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current state:

The DRA repository is currently implemented in the main VIENNAAddIn
project. This makes it easy for developers to use the implementation
classes instead of the interface.

Goals:

Hide the implementation by moving it to a separate assembly and declaring
everything except some sort of public factory 'internal'.

Why:

The implementation classes should never be used directly.

Original issue reported on code.google.com by cschollum on 7 Dec 2009 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by cschollum on 15 Feb 2010 at 4:22