Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF文档第17页 #16

Open
AlexGeller opened this issue Jun 26, 2015 · 0 comments
Open

PDF文档第17页 #16

AlexGeller opened this issue Jun 26, 2015 · 0 comments

Comments

@AlexGeller
Copy link

下面这名话翻译得有点验证理解,我重新翻译了一下。

我们可能需要在未来改变创建 PersonRepository 的方式。即,我们可能想让它创
建为单例(单一共享实例而不是为每个使用创建一个对象)。或者我们可能想要创建
多个类实现 IPersonRepository 并根据条件创建对象。在这种情况下,我们需要修
改所有依赖于 IPersonRepository 的类。

以下是我的翻译。

我们将来可能需要改变PersonRepository的创建方式,例如我们可能想将它创建成单一实例(单一共享实例而不是为每一个使用创建一个对象)。或者我们可能想创建多个实现了IPersonRepository的类,同时根据条件创建它们其中的一个。在这种情况下,我们必须修改所有依赖IPersonRepository的类。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant