We write all our prod code in Kotlin and have no p...
# random
n
We write all our prod code in Kotlin and have no problem with mocking frameworks. Some reasons.1: Kotlin makes it easier to use a functional style that relies far less on mocks for testing. 2: we define interfaces for event flow, testing of which which is main use of mocking. 3: object expressions make it easy to write stubs without having to (ab)use a mocking framework