From d46670fa0b900c4c71d100b4b9158e4c3aa10a22 Mon Sep 17 00:00:00 2001 From: mediapills Date: Sun, 22 Aug 2021 17:35:49 +0300 Subject: [PATCH] Fix README.rst Overview section --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9d69452..babaff2 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,9 @@ dependency (a service) into the client that uses it. Dependency injection solves the following problems: -# How can a class be independent of how the objects on which it depends are created? - -# How can the way objects are created be specified in separate configuration files? - -# How can an application support different configurations? +* How can a class be independent of how the objects on which it depends are created? +* How can the way objects are created be specified in separate configuration files? +* How can an application support different configurations? Creating objects directly within the class commits the class to particular implementations. This makes it difficult to change the instantiation at