Aijan@programming.dev to Programming@programming.dev · 6 days agoTesting Side Effects Without the Side Effectslackofimagination.orgexternal-linkmessage-square6fedilinkarrow-up114arrow-down14
arrow-up110arrow-down1external-linkTesting Side Effects Without the Side Effectslackofimagination.orgAijan@programming.dev to Programming@programming.dev · 6 days agomessage-square6fedilink
minus-squareAijan@programming.devOPlinkfedilinkarrow-up1·6 days agoYou can still test the functions individually or run the entire flow against a test database, but without an effect system like this, it’s very hard to test business logic in isolation.
You can still test the functions individually or run the entire flow against a test database, but without an effect system like this, it’s very hard to test business logic in isolation.