Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
具体的には、静的ObjectFactoryとは対照的にコンテナーを操作することで、複数の同時構成を維持できますか、それともコンテナーはシングルトンですか?
コンテナは、静的な場合はシングルトンのみです。特にテスト容易性に関して、静的型には多くの問題があるので、私は間違いなくコンテナインスタンスを自分で操作することを好みます。