roam/20210310184749-isolating_ef...

555 B

Isolating effectful code to the top layer of your application

A principle in Software Architecture of separating effectful code from pure application logic in applications such that effects occur in the "top layer" (closest to the application's entry code) and kept separate from pure business logic applied to and fed through effectful code.