Skip to content

Commit 269e4b5

Browse files
committed
Update post content
1 parent cc4ad46 commit 269e4b5

File tree

1 file changed

+1
-4
lines changed
  • content/posts/turning-singleton-usage-into-testable-code

1 file changed

+1
-4
lines changed

content/posts/turning-singleton-usage-into-testable-code/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ cover:
77
alt: 'Turning Singleton Usage into Testable Code'
88
---
99

10-
Turning Singleton Usage into Testable Code
11-
12-
1310
See how you can wrap any singleton behind a protocol to make it injectable and your code fully testable 💯
1411

15-
The below's carousel shows how to deal with URLSession.shared usage.
12+
The blog post shows how to deal with URLSession.shared usage.
1613

1714
The same strategy can be applied to all other singletons in your code!
1815

0 commit comments

Comments
 (0)