# Event Emission Over Parent Callbacks

> Replace a parent-supplied callback with an emitted event, decoupling the producer from its consumers.

Record: `algo:no-callbacks`
Kind: Architectural Rules
Canonical: https://banes-lab.com/ontology/algorithms#algo-no-callbacks
Closure: https://banes-lab.com/json/records/algo/no-callbacks/closure

## composes

- [Execution Core](https://banes-lab.com/records/algo/execution-core.md)
- [Coupling Control](https://banes-lab.com/records/algo/coupling-control.md)
