From 4c2048d5d41359c9a923ab769fb02a93996f2d2c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Apr 2021 00:01:52 +0200 Subject: fix more typos --- contrib/style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/style.txt b/contrib/style.txt index d6d96cb7d..ea8bfeba4 100644 --- a/contrib/style.txt +++ b/contrib/style.txt @@ -37,7 +37,7 @@ APIs: Dependency Injection (DI): DI is a useful pattern when components need to be replaced by mocks or have multiple co-existing implementations. But DI also makes code overly generic, -bureaucratic and less readble. Only use DI if there is a definite need for it, +bureaucratic and less readable. Only use DI if there is a definite need for it, do not use it by default. Inject individual dependencies via class constructors and avoid service locators. -- cgit v1.2.3