Testing Side Effects Without the Side Effects
Testing Side Effects Without the Side Effects
lackofimagination.org
Testing Side Effects Without the Side Effects
In a typical imperative application, business logic and side effects are inextricably linked. For example, when you write await db.checkInventory(…), the runtime immediately reaches out to the databas...
