All Questions
1 question
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. ...