We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
下面这名话翻译得有点验证理解,我重新翻译了一下。
我们可能需要在未来改变创建 PersonRepository 的方式。即,我们可能想让它创 建为单例(单一共享实例而不是为每个使用创建一个对象)。或者我们可能想要创建 多个类实现 IPersonRepository 并根据条件创建对象。在这种情况下,我们需要修 改所有依赖于 IPersonRepository 的类。
以下是我的翻译。
我们将来可能需要改变PersonRepository的创建方式,例如我们可能想将它创建成单一实例(单一共享实例而不是为每一个使用创建一个对象)。或者我们可能想创建多个实现了IPersonRepository的类,同时根据条件创建它们其中的一个。在这种情况下,我们必须修改所有依赖IPersonRepository的类。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
下面这名话翻译得有点验证理解,我重新翻译了一下。
我们可能需要在未来改变创建 PersonRepository 的方式。即,我们可能想让它创
建为单例(单一共享实例而不是为每个使用创建一个对象)。或者我们可能想要创建
多个类实现 IPersonRepository 并根据条件创建对象。在这种情况下,我们需要修
改所有依赖于 IPersonRepository 的类。
以下是我的翻译。
我们将来可能需要改变PersonRepository的创建方式,例如我们可能想将它创建成单一实例(单一共享实例而不是为每一个使用创建一个对象)。或者我们可能想创建多个实现了IPersonRepository的类,同时根据条件创建它们其中的一个。在这种情况下,我们必须修改所有依赖IPersonRepository的类。
The text was updated successfully, but these errors were encountered: