Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
479 views

Simple networking layer in Swift using Strategy design pattern

Does the following code demonstrate proper use of Strategy design pattern for a simple networking layer in swift 3? Some code smells I'm unsure about: violates Single responsibiility principle. ...
AnonProgrammer's user avatar