Join Slack
Powered by
Specifically regarding dependency injection, suppo...
# announcements
e
ean5533
06/10/2016, 6:36 PM
Specifically regarding dependency injection, suppose I have a
class Calculator(add: (Int, Int) -> Int, subtract: (Int, Int) -> Int)
. I have no way of registered two different functions for
add
and
subtract
2
Views
Open in Slack
Previous
Next