8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2de27c commit 4642111Copy full SHA for 4642111
best_practices/business-logic.rst
@@ -96,11 +96,13 @@ all services are private by default.
96
Service Format: YAML
97
--------------------
98
99
-In the previous section, YAML was used to define the service.
+If you use the :ref:`default services.yaml configuration <service-container-services-load-example>`,
100
+most services will be configured automatically. However, in some edge cases
101
+you'll need to configure services (or parts of them) manually.
102
103
.. best-practice::
104
- Use the YAML format to define your own services.
105
+ Use the YAML format to configure your own services.
106
107
This is controversial, and in our experience, YAML and XML usage is evenly
108
distributed among developers, with a slight preference towards YAML.
0 commit comments