Specifically regarding dependency injection, suppo...
# announcements
e
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