We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4ad46 commit 269e4b5Copy full SHA for 269e4b5
content/posts/turning-singleton-usage-into-testable-code/index.md
@@ -7,12 +7,9 @@ cover:
7
alt: 'Turning Singleton Usage into Testable Code'
8
---
9
10
-Turning Singleton Usage into Testable Code
11
-
12
13
See how you can wrap any singleton behind a protocol to make it injectable and your code fully testable 💯
14
15
-The below's carousel shows how to deal with URLSession.shared usage.
+The blog post shows how to deal with URLSession.shared usage.
16
17
The same strategy can be applied to all other singletons in your code!
18
0 commit comments